Class SFChartTrackballLineStyle
This class is used to customize the appearance of trackball line.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFChartTrackballLineStyle : SFLineStyle, INotifyPropertyChanged
Constructors
SFChartTrackballLineStyle()
Declaration
public SFChartTrackballLineStyle()
Properties
Dashes
Gets or sets the dashes for the trackball line.
Declaration
public NSArray Dashes { get; set; }
Property Value
Type |
---|
Foundation.NSArray |
Visible
Gets or sets a value indicating whether this trackball line is visible.
Declaration
public bool Visible { get; set; }
Property Value
Type |
---|
System.Boolean |
Implements
System.ComponentModel.INotifyPropertyChanged