Page 1 of 1

Chart -> RemoveAll -> RedrawAll

Posted: Tue Oct 26, 2004 5:52 pm
by 8577014
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

Posted: Wed Oct 27, 2004 9:42 am
by Pep
Hi Michael,

I'm sorry, I cannot reproduce the problem here. You should be able to do this using the Clear method and then add the all the data again.
Which Teechart Pro version are you usng ?
Which code are you using to reproduce ther problem ?