Class ChartAnnotationLabelStyle
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class ChartAnnotationLabelStyle : SFLabelStyle
Constructors
ChartAnnotationLabelStyle()
Declaration
public ChartAnnotationLabelStyle()
Properties
HorizontalLabelAlignment
Gets or sets the horizontal text alignment.
Declaration
public ChartAnnotationAlignment HorizontalLabelAlignment { get; set; }
Property Value
Type | Description |
---|---|
ChartAnnotationAlignment | This property takes SFChartAlignment value. |
VerticalLabelAlignment
Gets or sets the vertical text alignment.
Declaration
public ChartAnnotationAlignment VerticalLabelAlignment { get; set; }
Property Value
Type | Description |
---|---|
ChartAnnotationAlignment | This property takes SFChartAlignment value. |