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 | Description |
---|---|
ConnectorType |
Line
This draws a solid line as connector line
Declaration
public const ConnectorType Line
Field Value
Type | Description |
---|---|
ConnectorType |
StraightLine
This draws a Horizontal straight line as connector line
Declaration
public const ConnectorType StraightLine
Field Value
Type | Description |
---|---|
ConnectorType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |