Class ChartAnnotationAlignment
Specifies the annotation label alignment.
Inheritance
System.Object
ChartAnnotationAlignment
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public sealed class ChartAnnotationAlignment : Enum
Fields
Center
Label positioned at center.
Declaration
public const ChartAnnotationAlignment Center
Field Value
Type |
---|
ChartAnnotationAlignment |
End
Label positioned at end.
Declaration
public const ChartAnnotationAlignment End
Field Value
Type |
---|
ChartAnnotationAlignment |
Start
Label positioned at start.
Declaration
public const ChartAnnotationAlignment Start
Field Value
Type |
---|
ChartAnnotationAlignment |