Class SFAxisLineStyle
This class is used to customize the appearance of axis line.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFAxisLineStyle : SFLineStyle, INotifyPropertyChanged
Constructors
SFAxisLineStyle()
Declaration
public SFAxisLineStyle()
Properties
Dashes
Gets or sets the dashes for the axis line.
Declaration
public NSArray Dashes { get; set; }
Property Value
Type |
---|
Foundation.NSArray |
Implements
System.ComponentModel.INotifyPropertyChanged