Class ConnectorLineType
Represents the type of connector line that connects the ChartDataMarker label and data point.
Inheritance
System.Object
ConnectorLineType
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public sealed class ConnectorLineType : Enum
Fields
Bezier
This draws a Bezier curve as connector line
Declaration
public const ConnectorLineType Bezier
Field Value
Type |
---|
ConnectorLineType |
Line
This draws a solid line as connector line
Declaration
public const ConnectorLineType Line
Field Value
Type |
---|
ConnectorLineType |
StraightLine
This draws a horizontal straight line as connector line
Declaration
public const ConnectorLineType StraightLine
Field Value
Type |
---|
ConnectorLineType |