Enum
ChartSeriesLabelsPosition

Specifies the position of the labels.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum ChartSeriesLabelsPosition

Fields

Above

The label is positioned at the top of the marker.

Declaration

cs-api-definition
Above = 0

Field Value

ChartSeriesLabelsPosition

Below

the label is positioned at the bottom of the marker.

Declaration

cs-api-definition
Below = 1

Field Value

ChartSeriesLabelsPosition

Bottom

The label is positioned at the bottom of the segment.

Declaration

cs-api-definition
Bottom = 2

Field Value

ChartSeriesLabelsPosition

Center

the label is positioned at the center.

Declaration

cs-api-definition
Center = 3

Field Value

ChartSeriesLabelsPosition

InsideBase

The label is positioned inside, near the base of the bar.

Declaration

cs-api-definition
InsideBase = 4

Field Value

ChartSeriesLabelsPosition

InsideEnd

The label is positioned inside, near the end of the point.

Declaration

cs-api-definition
InsideEnd = 5

Field Value

ChartSeriesLabelsPosition

Left

The label is positioned to the left of the marker.

Declaration

cs-api-definition
Left = 6

Field Value

ChartSeriesLabelsPosition

OutsideEnd

The label is positioned outside, near the end of the point

Declaration

cs-api-definition
OutsideEnd = 7

Field Value

ChartSeriesLabelsPosition

Right

The label is positioned to the right of the marker.

Declaration

cs-api-definition
Right = 8

Field Value

ChartSeriesLabelsPosition

Top

The label is positioned at the top of the segment.

Declaration

cs-api-definition
Top = 9

Field Value

ChartSeriesLabelsPosition