Class ChartAnnotationLabelStyle
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class ChartAnnotationLabelStyle : ChartLabelStyle, INotifyPropertyChanged
Constructors
ChartAnnotationLabelStyle()
Declaration
public ChartAnnotationLabelStyle()
Properties
HorizontalLabelAlignment
Gets or sets the horizontal label alignment.
Declaration
public ChartAnnotationAlignment HorizontalLabelAlignment { get; set; }
Property Value
Type | Description |
---|---|
ChartAnnotationAlignment | The horizontal label alignment. |
VerticalLabelAlignment
Gets or sets the vertical label alignment.
Declaration
public ChartAnnotationAlignment VerticalLabelAlignment { get; set; }
Property Value
Type | Description |
---|---|
ChartAnnotationAlignment | The vertical label alignment. |
Implements
System.ComponentModel.INotifyPropertyChanged