How to draw Line on indicator area ?
Created at 12 Dec 2019, 15:20
AN
How to draw Line on indicator area ?
12 Dec 2019, 15:20
Hello,
There is function to draw line on chart, but i cant find how to draw line on the indicator area, i wanted to know if this is possible, and how.
Thanks
Replies
anthony.vella.2409
12 Dec 2019, 15:29
RE:
PanagiotisCharalampous said:
Hi anthony.vella.2409,
It is possible to do this, you just need to use Chart.IndicatorAreas. See below an example
Chart.IndicatorAreas[0].DrawText("Test", "Test", Server.Time, 1, Color.Red);
Best Regards,
Panagiotis
Thanks for your fast and good answer!
@anthony.vella.2409
PanagiotisCharalampous
12 Dec 2019, 15:27
Hi anthony.vella.2409,
It is possible to do this, you just need to use Chart.IndicatorAreas. See below an example
Best Regards,
Panagiotis
@PanagiotisCharalampous