Class SFConnectorLineStyle
This class is used to customize the appearance of data marker.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFConnectorLineStyle : SFLineStyle, INotifyPropertyChanged
Constructors
SFConnectorLineStyle()
Declaration
public SFConnectorLineStyle()
SFConnectorLineStyle(SFChartDataMarker)
Declaration
public SFConnectorLineStyle(SFChartDataMarker dataMarker)
Parameters
Type | Name | Description |
---|---|---|
SFChartDataMarker | dataMarker |
Properties
ConnectorHeight
Gets or sets the height of the connector.
Declaration
public float ConnectorHeight { get; set; }
Property Value
Type |
---|
System.Single |
ConnectorRotationAngle
Gets or sets the rotation angle for the connector line.
Declaration
public float ConnectorRotationAngle { get; set; }
Property Value
Type |
---|
System.Single |
Dashes
Gets or sets the dashes for the connector line.
Declaration
public NSArray Dashes { get; set; }
Property Value
Type |
---|
Foundation.NSArray |
Implements
System.ComponentModel.INotifyPropertyChanged