Specifies the alignment of the labels.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum ChartAxisPlotBandsLabelAlign
Fields
the label is positioned at the center of the segment.
C#
Center = 0
The label is positioned to the left of the segment.
C#
Left = 1
The label is positioned to the right of the segment.
C#
Right = 2