Graph - ScatterStyle Property
ScatterStyle sets the style of a Scatter graph
Member of Graph (PRIM_GRPH)
Data Type - Enumeration Set
The ScatterStyle property defines the appearance of scatter graphs. The ScatterStyle property supports multiple selection.
| Enum Value | Description |
|---|---|
| Curve | Draw a curve through each data set |
| NoLabels | Hide labels on both the X and Y axis |
| Pattern | Use a patterned line for curves if the Curves setting has been selected |
| Solid | Joins data points with a solid line |
| Stick | Draw vertical lines from the data points to the X axis |
| SymbolColor | Make the legend the same color as the symbol |
| SymbolAtPoints | Draw a symbol at each point |
| SymbolThick | Use a thick line for curves if the Curves setting has been selected |
| XGrid | Show horizontal lines |
| YGrid | Show vertical lines |
Febuary 18 V14SP2