Specifies the rotation of the labels.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum ChartAxisLabelsRotationAlignment
Fields
Labels are aligned to the center.
C#
Center = 1
Labels are aligned to the end.
C#
End = 0