Class ChartStripLineLabelStyle
This class is used to customize the appearance of ChartStripLine's label.
Inherited Members
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class ChartStripLineLabelStyle : ChartLabelStyle, IThemeElement
Constructors
ChartStripLineLabelStyle()
Initializes a new instance of the ChartStripLineLabelStyle class.
Declaration
public ChartStripLineLabelStyle()
Fields
AngleProperty
Gets or sets the angle of the strip line label. This is a bindable property.
Declaration
public static readonly BindableProperty AngleProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
HorizontalAlignmentProperty
Gets or sets the horizontal alignment of the strip line label. This is a bindable property.
Declaration
public static readonly BindableProperty HorizontalAlignmentProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
VerticalAlignmentProperty
Gets or sets the vertical alignment of the strip line label. This is a bindable property.
Declaration
public static readonly BindableProperty VerticalAlignmentProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
Angle
Gets or sets the angle of the strip line label. This is a bindable property.
Declaration
public double Angle { get; set; }
Property Value
Type | Description |
---|---|
System.Double | This property takes the Angle as its value. |
HorizontalAlignment
Gets or sets the horizontal alignment of the strip line label. This is a bindable property.
Declaration
public ChartLabelAlignment HorizontalAlignment { get; set; }
Property Value
Type | Description |
---|---|
ChartLabelAlignment | This property takes the HorizontalAlignment as its value. |
VerticalAlignment
Gets or sets the vertical alignment of the strip line label. This is a bindable property.
Declaration
public ChartLabelAlignment VerticalAlignment { get; set; }
Property Value
Type | Description |
---|---|
ChartLabelAlignment | This property takes the VerticalAlignment as its value. |