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 | Description |
---|---|
ChartAnnotationAlignment |
End
Label will be placed at end.
Declaration
public const ChartAnnotationAlignment End
Field Value
Type | Description |
---|---|
ChartAnnotationAlignment |
Start
Label will be placed at start.
Declaration
public const ChartAnnotationAlignment Start
Field Value
Type | Description |
---|---|
ChartAnnotationAlignment |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |