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 Mindset, Today, 06:46 AM
    0 responses
    13 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, Yesterday, 05:21 PM
    0 responses
    19 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    16 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    82 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    51 views
    0 likes
    Last Post PaulMohn  
    Working...
    X