Class SFStripLineLabelStyle
This class is used to customize the appearance of SFChartStripLine's label.
Inherited Members
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFStripLineLabelStyle : SFLabelStyle
Constructors
SFStripLineLabelStyle()
Declaration
public SFStripLineLabelStyle()
Properties
Angle
Gets or sets the angle of rotation required for the SFChartStripLine
label.
Declaration
public float Angle { get; set; }
Property Value
Type |
---|
System.Single |
HorizontalAlignment
Gets or sets the horizontal alignment of the SFChartStripLine
label.
Declaration
public SFChartAlignment HorizontalAlignment { get; set; }
Property Value
Type |
---|
SFChartAlignment |
VerticalAlignment
Gets or sets the vertical alignment of the SFChartStripLine
label.
Declaration
public SFChartAlignment VerticalAlignment { get; set; }
Property Value
Type |
---|
SFChartAlignment |