Adding PointSeries
Posted: Fri May 02, 2014 1:09 pm
Hi,
I have tried to add a new pointseries using
But I can't get the 2nd line to work.
1) I would like to add a series and then get the last added series put into the variable Po - How do I do that??
2) The series added seems to be a line series - how do I add a Point Series??
I have tried to add a new pointseries using
Code: Select all
new Steema.TeeChart.Styles.Points(tChart1.Chart);
Steema.TeeChart.Styles.Points Po = tChart1[tChart1.Series.Count-1];
1) I would like to add a series and then get the last added series put into the variable Po - How do I do that??
2) The series added seems to be a line series - how do I add a Point Series??