Draw lines
Created at 15 Oct 2018, 15:25
Draw lines
15 Oct 2018, 15:25
Hi, Panagiotis.
it used to be that in order to draw a line I would
Chart.DrawLine("low " + DaysBack[i], DaysBack[i], Low[i], NextDay[i], Low[i], Color.Red, thickness, LineStyle.Solid);
How do I do it now?
regards, Sasha
PanagiotisCharalampous
15 Oct 2018, 15:33
Hi Sasha,
Try
Best Regards,
Panagiotis
@PanagiotisCharalampous