Class SFAxisTickStyle
This class is used to customize the appearance of axis ticks.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFAxisTickStyle : SFLineStyle, INotifyPropertyChanged
Constructors
SFAxisTickStyle()
Declaration
public SFAxisTickStyle()
SFAxisTickStyle(NSNumber, NSNumber)
Declaration
public SFAxisTickStyle(NSNumber lineWidth, NSNumber lineSize)
Parameters
Type | Name | Description |
---|---|---|
Foundation.NSNumber | lineWidth | |
Foundation.NSNumber | lineSize |
Properties
LineSize
Gets or sets the size of the tick line.
Declaration
public NSNumber LineSize { get; set; }
Property Value
Type |
---|
Foundation.NSNumber |
Implements
System.ComponentModel.INotifyPropertyChanged