Class ConnectorType
Represents the style of connector line
Inheritance
System.Object
ConnectorType
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public sealed class ConnectorType : Enum
Fields
Bezier
This draws a Bezier curve as connector line
Declaration
public const ConnectorType Bezier
Field Value
Type |
---|
ConnectorType |
Line
This draws a solid line as connector line
Declaration
public const ConnectorType Line
Field Value
Type |
---|
ConnectorType |
StraightLine
This draws a Horizontal straight line as connector line
Declaration
public const ConnectorType StraightLine
Field Value
Type |
---|
ConnectorType |