New to Kendo UI for Angular? Start a free 30-day trial

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.

Series Types

The Angular Chart supports the following series types:

See more about them in the Series Types article.

For more examples and configuration options, explore the dedicated article for each series type (linked above). The current article is designed to showcase only the basics.

Basics

Series are declared by using the kendo-chart-series-item configuration components and placed in a kendo-chart-series 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 kendo-chart-series-defaults component.

The kendo-chart-series-defaults component supports the following child components:

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

Example
View Source
Change Theme:

Support and Learning Resources

Additional Resources