Class SFChartTrackballAxisLabelStyle
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.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFChartTrackballAxisLabelStyle : SFChartTrackballLabelStyle
Constructors
SFChartTrackballAxisLabelStyle(SFAxis)
Declaration
public SFChartTrackballAxisLabelStyle(SFAxis axis)
Parameters
Type | Name | Description |
---|---|---|
SFAxis | axis |
Properties
LabelAlignment
Gets or sets the position of the trackball axis label.
Declaration
public SFChartAlignment LabelAlignment { get; set; }
Property Value
Type |
---|
SFChartAlignment |