tmssoftware.com
TMS Support Center
How to remove line created with AddMovingAverage?
VCL
TMS VCL Chart
Kramer_Gunter
(Softtouch Software Design)
June 17, 2014, 2:31am
1
How do I reset the chart so the average line will be removed, or, how can I remove the average line after adding it with
chart.panes[0].AddMovingAverage(....);
Pieter
(Pieter)
June 17, 2014, 2:34am
2
Hi,
The chart adds a new series, so you will need to remove the series at the index depending on the place where you called AddMovingAverage.
Kind Regards,
Pieter
© tmssoftware.com