I'm trying to have a calcuation that is cross bars e.g. total volume when I'm in range of X ticks.
While I do it using On Bar Update and the drawing object is given a key / tag -- and this enables me to use the same tag to update it, When I using OnRender drawing (e.g. RenderTarget.DrawText) I can't delete / overide the current drawing with new data.
Any help or ideas will be great.
as footnote, I would like to use OnRender since it is the right way to do it and the drawing there is much more flexible.
Thanks!
E.

Comment