Class ChartAxisCategoryInfo
This class contains information about an axis category.
Inheritance
System.Object
ChartAxisCategoryInfo
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ChartAxisCategoryInfo : Object
Properties
Category
The actual category object.
Declaration
public object Category { get; }
Property Value
System.Object
|
DataPoints
The data points associated with the category. These data points share the same category group, in the context of the axis.
Declaration
public List<DataPoint> DataPoints { get; }
Property Value
System.Collections.Generic.List<DataPoint>
|