Class ChartSeriesLabelsAlign
Specifies the alignment of the labels.
Inheritance
System.Object
ChartSeriesLabelsAlign
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ChartSeriesLabelsAlign : Enum
Fields
Center
the label is positioned at the center of the segment.
Declaration
public const ChartSeriesLabelsAlign Center
Field Value
ChartSeriesLabelsAlign
|
Circle
The label is positioned in a circle around the chart.
Declaration
public const ChartSeriesLabelsAlign Circle
Field Value
ChartSeriesLabelsAlign
|
Column
the label is positioned in a column around the chart.
Declaration
public const ChartSeriesLabelsAlign Column
Field Value
ChartSeriesLabelsAlign
|
Left
The label is positioned to the left of the segment.
Declaration
public const ChartSeriesLabelsAlign Left
Field Value
ChartSeriesLabelsAlign
|
Right
The label is positioned to the right of the segment.
Declaration
public const ChartSeriesLabelsAlign Right
Field Value
ChartSeriesLabelsAlign
|
value__
Declaration
public int value__
Field Value
System.Int32
|