This class contains information about an axis category.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class ChartAxisCategoryInfo
Inheritance: objectChartAxisCategoryInfo
Properties
The data points associated with the category. These data points share the same category group, in the context of the axis.
C#
public List<DataPoint> DataPoints { get; }