.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.
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:
Cartesian Chart Series
The Cartesian Chart provides a number of Categorical and Scatter Series.
-
Supported Categorical Series:
-
Supported Scatter Series:
Pie Chart Series
The Pie Chart provides the following series:
Financial Chart Series
The Financial Chart provides the following series: