Version

Series Collection

The SeriesCollection class is provided as a data source for the Chart control. This data source can be easily accessed at design time and run time. The series collection can contain one or more Series objects that are strongly typed and represent different structures of data that meet the requirements of different chart types.

The composite ChartType uses only the SeriesCollection as its data source. For other chart types, the series collection will be used if the Data. DataSource property is not set.

Each series has a collection of DataPoints called "Points". This collection can be populated or modified at design time or run time. It has a property called "Data", which contains its own DataSource property. This property can be set to a DataTable. Additionally, there are properties that allow you to specify the columns from which data should be retrieved. These "Column" properties vary by type, therefore, you should refer the "API Reference Guide" section of the help for the type of series that you are using.