Pointers by code question
Posted: Tue Sep 19, 2006 2:18 pm
I want to add seriespointers to series that is generated runtime. I am using this method:
ActiveTarget = Convert.ToInt32(Convert.ToString(tChartTargetDesigner.Series.Add (new Steema.TeeChart.Styles.Line())).Substring(4)) - 1;
And then I can call the subject series using the ActiveTarget as index later on.
But these line series has no Seriespoinnter.
How do I add seriespointer and how do control their properties?
Thanks,
ActiveTarget = Convert.ToInt32(Convert.ToString(tChartTargetDesigner.Series.Add (new Steema.TeeChart.Styles.Line())).Substring(4)) - 1;
And then I can call the subject series using the ActiveTarget as index later on.
But these line series has no Seriespoinnter.
How do I add seriespointer and how do control their properties?
Thanks,