Class ScatterConnectType
Specifies type of connection between scatter points.
Inheritance
System.Object
ScatterConnectType
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ScatterConnectType : Enum
Fields
Line
Connect type will be of line (ScatterLine chart)
Declaration
public const ScatterConnectType Line
Field Value
| Type |
|---|
| ScatterConnectType |
None
Connect type will be none. (Scatter chart)
Declaration
public const ScatterConnectType None
Field Value
| Type |
|---|
| ScatterConnectType |
Spline
Connect type will be spline (ScatterSpline chart)
Declaration
public const ScatterConnectType Spline
Field Value
| Type |
|---|
| ScatterConnectType |