Class BarLabelAlignment
Represents modes for positioning the bar chart data label.
Inheritance
System.Object
BarLabelAlignment
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public sealed class BarLabelAlignment : Enum
Remarks
ChartDataLabelSettings value cannot be specified for all series types. The values in data labels position will be applicable only to certain series.
Fields
Bottom
Positions the data label at the bottom edge point of a chart segment.
Declaration
public const BarLabelAlignment Bottom
Field Value
Type |
---|
BarLabelAlignment |
Middle
Positions the data label at the center point of a chart segment.
Declaration
public const BarLabelAlignment Middle
Field Value
Type |
---|
BarLabelAlignment |
Top
Positions the data label at the top edge point of a chart segment.
Declaration
public const BarLabelAlignment Top
Field Value
Type |
---|
BarLabelAlignment |