Change SeriesType at Runtime
Posted: Mon Feb 23, 2004 3:24 pm
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?
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?