Enum ScatterConnectType
Specifies type of connection between scatter points.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ScatterConnectType
Fields
| Name | Description |
|---|---|
| Line | Connect type will be of line (ScatterLine chart) |
| None | Connect type will be none. (Scatter chart) |
| Spline | Connect type will be spline (ScatterSpline chart) |