Series

The data series are the main components of the Chart.

The rest of the Chart elements play a supportive role for the user when understanding the plotted series.

The Chart supports the following series types:

Basic Usage

Series are declared by using the ChartSeriesItem configuration components and placed in a ChartSeries collection.

For more information on how to configure each Chart series, refer to the articles on the series types. For more information on how to bind the series to data, refer to the article on data binding.

The following example configures a set of Scatter Line series.

Example
View Source
Change Theme:

Default Series Configuration

You can apply a subset of settings to all Chart series by using the ChartSeriesDefaults component.

The ChartSeriesDefaults component supports the following child components:

The following example demonstrates how to set the default series type and labels.

Example
View Source
Change Theme: