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