View Full Version : Accessing to drawn lines in runtime
cls71
01-28-2008, 03:08 PM
Is there any way to access to all drawn lines by DrawLines sentence, in runtime?
Thanks very much
NinjaTrader_Ray
01-28-2008, 03:12 PM
If you are referring to accessing lines drawn manually in a chart programmatically, this is not supported.
cls71
01-28-2008, 03:52 PM
No, I refer to accessing to lines drawn programmatically by DrawLines sentence.
I think that these lines will be holded inside of an array or collection. But I don't know which.
(Sorry for my english level. It's very low)
NinjaTrader_Ray
01-28-2008, 03:54 PM
There is no exposed draw object collection. Since each draw object method requires a tag, you could store these tags yourself and later retrieve them.
cls71
01-28-2008, 04:05 PM
Ok. Thanks