hi,
in sample i saw, series creation is made through chart object
ex : LineSeries ls = (LineSeries)Chart.Series.Add(SeriesType.Line);
i want to know what are the consequences to instantiate series object directly. everything seems to work but class sumary is : “This member is reserved for internal use and is not intended to be used directly from your code”
ex : LineSeries ls = new LineSeries();
I made few tests and the results seems to be the same regardless the way i use.
Why do i need chart object to create series object ?
thanks
Imported from legacy forums. Posted by Andre (had 2146 views)