.NET MAUI Chart Series

The data visualization in the Chart is done by a hierarchy of classes that inherit from the ChartSeries class. Each series has a collection of data points, that is the view model of the data. A series may have its data populated by data-binding to an arbitrary IEnumerable instance through the ItemsSource property.

Telerik Maui Ninja image

The Series is part of Telerik UI for .NET MAUI, the most comprehensive UI suite for .NET MAUI! To try it out, sign up for a free 30-day trial and kickstart your cross-platform app development today.

Series Class Hierarchy

Specific series types are available for specific charts. For example, a set of Cartesian Series is applicable in the context of a RadCartesianChart.

The following image shows the hierarchy of all series:

Chart Series Class Diagram

Cartesian Chart Series

The Cartesian Chart provides a number of Categorical and Scatter Series.

Pie Chart Series

The Pie Chart provides the following series:

Financial Chart Series

The Financial Chart provides the following series:

See Also

In this article