Class ConnectorLineStyle
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class ConnectorLineStyle : ChartLineStyle, INotifyPropertyChanged
Constructors
ConnectorLineStyle()
Declaration
public ConnectorLineStyle()
ConnectorLineStyle(ChartDataMarker)
Declaration
public ConnectorLineStyle(ChartDataMarker dataMarker)
Parameters
Type | Name | Description |
---|---|---|
ChartDataMarker | dataMarker |
Properties
ConnectorHeight
Gets or sets the height of the connector line.
Declaration
public float ConnectorHeight { get; set; }
Property Value
Type |
---|
System.Single |
ConnectorRotationAngle
Gets or sets the rotation angle of the connector line.
Declaration
public float ConnectorRotationAngle { get; set; }
Property Value
Type |
---|
System.Single |
Implements
System.ComponentModel.INotifyPropertyChanged