LineScatterPlotStyleKind Enumeration |
Used for constructor of XYLineScatterPlotStyle to choose between Line, Scatter and both.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax [FlagsAttribute]
public enum LineScatterPlotStyleKind
Members Member name | Value | Description |
---|
Empty | 0 |
Neither line nor scatter used.
|
Line | 1 | Line only. No symbol plotted, no line-symbol-gap. |
Scatter | 2 | Scatter only. No line is plotted, no line-symbol gap. |
LineAndScatter | 3 | Both line and symbol are plotted, line symbol gap is on by default. |
See Also