Chart -> RemoveAll -> RedrawAll
Posted: Tue Oct 26, 2004 5:52 pm
Hello Steema,
I have a big problem: I plotted a chart with a Candleseries (MainSeries), a few TLineSeries and some ChartTools.
Now i want to change all values of my MainSeries. When i clear that series i got an exception (maybe because of the refering TLineSeries to the MainSeries?).
So i tried to delete all series with Chart.RemoveAllSeries, but get an exception too.
Now, I just want to know, how i can change all datas of my MainSeries and get all refering Series updated. Like a complete new redraw of chart...
Thanks in advance.
Regards Michael
I have a big problem: I plotted a chart with a Candleseries (MainSeries), a few TLineSeries and some ChartTools.
Now i want to change all values of my MainSeries. When i clear that series i got an exception (maybe because of the refering TLineSeries to the MainSeries?).
So i tried to delete all series with Chart.RemoveAllSeries, but get an exception too.
Now, I just want to know, how i can change all datas of my MainSeries and get all refering Series updated. Like a complete new redraw of chart...
Thanks in advance.
Regards Michael