Class ChartAlignment
Represents annotation label placement options in the chart. The annotation label can be aligned vertically or horizontally.
Inheritance
System.Object
ChartAlignment
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public sealed class ChartAlignment : Enum
Fields
Center
Label will be placed at the center.
Declaration
public const ChartAlignment Center
Field Value
Type |
---|
ChartAlignment |
End
Label will be placed at the end.
Declaration
public const ChartAlignment End
Field Value
Type |
---|
ChartAlignment |
Start
Label will be placed at the start.
Declaration
public const ChartAlignment Start
Field Value
Type |
---|
ChartAlignment |