Class
ChartAxisCategoryInfo

This class contains information about an axis category.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class ChartAxisCategoryInfo

Inheritance: objectChartAxisCategoryInfo

Properties

Category

The actual category object.

Declaration

cs-api-definition
public object Category { get; }

Property Value

object

DataPoints

The data points associated with the category. These data points share the same category group, in the context of the axis.

Declaration

cs-api-definition
public List<DataPoint> DataPoints { get; }

Property Value

List<DataPoint>

In this article
DefinitionPropertiesCategoryDataPoints
Not finding the help you need?
Contact Support