Class ConnectorLineStyle
This class is used to customize the appearance of connector line that connects ChartDataMarker label and data point.
Inherited Members
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class ConnectorLineStyle : ChartLineStyle, IThemeElement
Constructors
ConnectorLineStyle()
Initializes a new instance of the ConnectorLineStyle class.
Declaration
public ConnectorLineStyle()
Fields
ConnectorHeightProperty
Gets or sets the height of the connector line. This is a bindable property.
Declaration
public static readonly BindableProperty ConnectorHeightProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ConnectorRotationAngleProperty
Gets or sets the rotation angle of the connector line. This is a bindable property.
Declaration
public static readonly BindableProperty ConnectorRotationAngleProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
ConnectorHeight
Gets or sets the height of the connector line. This is a bindable property.
Declaration
public double ConnectorHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double | This property takes the double value. |
ConnectorRotationAngle
Gets or sets the rotation angle of the connector line. This is a bindable property.
Declaration
public double ConnectorRotationAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double | This property takes the double value. |