No Datareset on Series
Posted: Sat Feb 09, 2008 2:46 pm
Hello there,
I use a TCandleSeries to add the data values to the chart. The first time, everything ist o.k. but, when I will use the chart the second time, I would like to reset the data first but this hadn't any effect and the second data line will draw in addition to the old one.
How can I reset the values on the series?
Kind regards
GH
I use a TCandleSeries to add the data values to the chart. The first time, everything ist o.k. but, when I will use the chart the second time, I would like to reset the data first
Code: Select all
series1.clear
How can I reset the values on the series?
Kind regards
GH