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