Class ChartAnnotationLabelStyle
This class is used to customize the appearance of ChartAnnotation label.
Inherited Members
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class ChartAnnotationLabelStyle : ChartLabelStyle, IThemeElement
Constructors
ChartAnnotationLabelStyle()
Initializes a new instance of the ChartAnnotationLabelStyle class.
Declaration
public ChartAnnotationLabelStyle()
Fields
HorizontalTextAlignmentProperty
Gets or sets the horizontal text alignment of ChartAnnotation. This is a bindable property.
Declaration
public static readonly BindableProperty HorizontalTextAlignmentProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
VerticalTextAlignmentProperty
Gets or sets the vertical text alignment of ChartAnnotation. This is a bindable property.
Declaration
public static readonly BindableProperty VerticalTextAlignmentProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
HorizontalTextAlignment
Gets or sets the horizontal text alignment of ChartAnnotation. This is a bindable property.
Declaration
public ChartAnnotationAlignment HorizontalTextAlignment { get; set; }
Property Value
Type | Description |
---|---|
ChartAnnotationAlignment | This property takes the HorizontalTextAlignment as its value. |
VerticalTextAlignment
Gets or sets the vertical text alignment of ChartAnnotation. This is a bindable property.
Declaration
public ChartAnnotationAlignment VerticalTextAlignment { get; set; }
Property Value
Type | Description |
---|---|
ChartAnnotationAlignment | This property takes the VerticalTextAlignment as its value. |