Series Overview
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.
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: