'Declaration
Public Enum ScatterStyle Inherits System.Enum
'Usage
Dim instance As ScatterStyle
public enum ScatterStyle : System.Enum
'Declaration
Public Enum ScatterStyle Inherits System.Enum
'Usage
Dim instance As ScatterStyle
public enum ScatterStyle : System.Enum
Member | Description |
---|---|
Line | The points on the scatter chart shall be connected with straight lines but markers shall not be drawn. |
LineWithMarkers | The points on the scatter chart shall be connected with straight lines and markers shall be drawn. |
Marker | The points on the scatter chart shall not be connected with lines and markers shall be drawn. |
None | The points on the scatter chart shall be connected with smoothed lines and markers shall not be drawn. |
Smooth | The points on the scatter chart shall be connected with smoothed lines and markers shall not be drawn. |
SmoothWithMarkers | The points on the scatter chart shall be connected with smoothed lines and markers shall be drawn. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Charts.ScatterStyle