Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

redraw new text

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

    redraw new text

    hi, i've draw in chart a text

    Examples:


    string gg= Draw.Text(this, str1 + CurrentBar, false, str1, 0, valore - 1 * TickSize, 1, color, myFont, al, null, null, 80);
    i want in the following bar change the gg draw...

    i must delete gg and redraw it or i give to do this :

    string gg= Draw.Text(this,gg , false, " cccc", 0, valore - 1 * TickSize, 1, color, myFont, al, null, null, 80);

    #2
    Hello esignal,

    Thanks for your post.

    If you want to automatically remove and redraw the text then just use the same "tag name". Using the same tagname will cause the first text drawn to be removed then redrawn at the new location.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    650 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    370 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    109 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    574 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    577 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X