Specifies the position of the labels.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum ChartAxisPlotBandsLabelPosition
Fields
The label is positioned at the bottom.
C#
Bottom = 1
The label is positioned in the center.
C#
Center = 0
The label is positioned at the top
C#
Top = 2