Specifies the position of the labels.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum ChartSeriesLabelsPosition
Fields
The label is positioned at the top of the marker.
C#
Above = 0
the label is positioned at the bottom of the marker.
C#
Below = 1
The label is positioned at the bottom of the segment.
C#
Bottom = 2
the label is positioned at the center.
C#
Center = 3
The label is positioned inside, near the base of the bar.
C#
InsideBase = 4
The label is positioned inside, near the end of the point.
C#
InsideEnd = 5
The label is positioned to the left of the marker.
C#
Left = 6
The label is positioned outside, near the end of the point
C#
OutsideEnd = 7
The label is positioned to the right of the marker.
C#
Right = 8
The label is positioned at the top of the segment.
C#
Top = 9