Class ChartAxisLabelsPosition
Specifies the position of the labels.
Inheritance
System.Object
ChartAxisLabelsPosition
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ChartAxisLabelsPosition : Enum
Fields
End
The labels are positioned at the end of the crossing axis.
Declaration
public const ChartAxisLabelsPosition End
Field Value
ChartAxisLabelsPosition
|
OnAxis
The labels are positioned next to the axis.
Declaration
public const ChartAxisLabelsPosition OnAxis
Field Value
ChartAxisLabelsPosition
|
Start
The labels are positioned at the start of the crossing axis.
Declaration
public const ChartAxisLabelsPosition Start
Field Value
ChartAxisLabelsPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|