Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Draw Rectangle without border

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Draw Rectangle without border

    Is it possible to control with border width of Draw.Rectangle() or even remove it completely? Thanks.

    #2
    Hello,

    It would not be possible to define a width of less than 1 it seems but you can use a Transparent brush for the border using the following syntax:

    Code:
    if(CurrentBar > 10)
    	Draw.Rectangle(this, "MyRectangle", true, 10, Low[10], 0, High[0], Brushes.Transparent, Brushes.Blue, 100);


    I look forward to being of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    670 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    379 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    111 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    575 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    582 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X