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