Class ChartValueAxisType
Specifies the category axis type.
Inheritance
System.Object
ChartValueAxisType
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ChartValueAxisType : Enum
Fields
Logarithmic
Logarithmic axis type.
Declaration
public const ChartValueAxisType Logarithmic
Field Value
ChartValueAxisType
|
Numeric
Numeric axis type.
Declaration
public const ChartValueAxisType Numeric
Field Value
ChartValueAxisType
|
value__
Declaration
public int value__
Field Value
System.Int32
|