Class ChartTrackballAxisLabelStyle
This class is used to customize the appearance of the trackball label that appears over the axis when trackball is enabled in the chart.
Inherited Members
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class ChartTrackballAxisLabelStyle : ChartLabelStyle, IThemeElement
Constructors
ChartTrackballAxisLabelStyle()
Initializes a new instance of the ChartTrackballAxisLabelStyle class.
Declaration
public ChartTrackballAxisLabelStyle()
Fields
AxisLabelAlignmentProperty
Gets or sets the alignment of the axis labels. This is a bindable property.
Declaration
public static readonly BindableProperty AxisLabelAlignmentProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
AxisLabelAlignment
Gets or sets the alignment of the axis labels. This is a bindable property.
Declaration
public ChartLabelAlignment AxisLabelAlignment { get; set; }
Property Value
Type | Description |
---|---|
ChartLabelAlignment | This property takes the ChartLabelAlignment value. |