Class ChartCategoryAxisType
Specifies the category axis type.
Inheritance
System.Object
ChartCategoryAxisType
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ChartCategoryAxisType : Enum
Fields
Category
Discrete category axis.
Declaration
public const ChartCategoryAxisType Category
Field Value
ChartCategoryAxisType
|
Date
Specialized axis for displaying chronological data.
Declaration
public const ChartCategoryAxisType Date
Field Value
ChartCategoryAxisType
|
value__
Declaration
public int value__
Field Value
System.Int32
|