I hate to ask you that cause i feel like i am abusing but is it possible to use RenderTarget.DrawLine(start, end, myDxBrush); if you're coordinate are coming from a List.
i got var listm = new List<double>();
Of course if i extract with foreach i get all my prices from the list.
But List has no GetXByBarIndex , there is always the index from the list. But will it work if i loop throught the list?
ty

Comment