if i hand draw line , in OnBarUpdate i dont see it..(if price is not working )
I want to have the Drawing Object loader in every situation
i must to use OnRender method?
It true, how to use it? ...
Examples:
On render protected override void OnRender(ChartControl chartControl, ChartScale chartScale)
{
foreach (DrawingTool draw in DrawObjects)
.......
}
(I practically i want to detect it at any time when i drawing )

Comment