ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartData.SeriesList Property

Gets the ChartDataSeriesCollection object associated with the current ChartData object.

[Visual Basic]

Public ReadOnly Property SeriesList As ChartDataSeriesCollection

[C#]

public ChartDataSeriesCollection SeriesList {get;}

[Delphi]

public property SeriesList: ChartDataSeriesCollection read get_SeriesList;

Remarks

The ChartDataSeries of this Collection object contains the data to be charted, along with Line and Symbols styles and other properties used to describe the appearance of the series data.

See Also

ChartData Class | ChartData Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.