Enum
ChartSeriesLabelsAlign

Specifies the alignment of the labels.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum ChartSeriesLabelsAlign

Fields

Center

the label is positioned at the center of the segment.

Declaration

cs-api-definition
Center = 0

Field Value

ChartSeriesLabelsAlign

Circle

The label is positioned in a circle around the chart.

Declaration

cs-api-definition
Circle = 1

Field Value

ChartSeriesLabelsAlign

Column

the label is positioned in a column around the chart.

Declaration

cs-api-definition
Column = 2

Field Value

ChartSeriesLabelsAlign

Left

The label is positioned to the left of the segment.

Declaration

cs-api-definition
Left = 3

Field Value

ChartSeriesLabelsAlign

Right

The label is positioned to the right of the segment.

Declaration

cs-api-definition
Right = 4

Field Value

ChartSeriesLabelsAlign

In this article
DefinitionFieldsCenterCircleColumnLeftRight
Not finding the help you need?
Contact Support