Hallo
I change the SeriesType with the following codesnipet
tmp := dbChart.Series[0];
ChangeSeriesType(tmp, TBarSeries);
The ChartListbox notifies the new style. In the Charteditor I can see the old Values. But I cannot see the serie. What I am doing wrong?
Change SeriesType at Runtime
Hi Andreas,
strange, it works fine here using the TeeChart Pro v6.01. I've post one example to the steema.public.attachments newsgroups. Could you please download it and test if it works fine for you ?
strange, it works fine here using the TeeChart Pro v6.01. I've post one example to the steema.public.attachments newsgroups. Could you please download it and test if it works fine for you ?
Pep Jorge
http://support.steema.com
http://support.steema.com
Hi Pep,
Thanks for the quick answer. The sample project works fine for me to (Version 5.02). I have found the error. After changing the seriestype my series lost the connection to the custom axis. I have created a customvertaxis with property otherside := true which shows datetimes. The left axis shows integers, so values < 1 i don't see. The chart has done his work well but I couldn't see it.
Best regards
Andreas
Thanks for the quick answer. The sample project works fine for me to (Version 5.02). I have found the error. After changing the seriestype my series lost the connection to the custom axis. I have created a customvertaxis with property otherside := true which shows datetimes. The left axis shows integers, so values < 1 i don't see. The chart has done his work well but I couldn't see it.
Best regards
Andreas