Click or drag to resize

LineScatterPlotStyleKind Enumeration

Used for constructor of XYLineScatterPlotStyle to choose between Line, Scatter and both.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[FlagsAttribute]
public enum LineScatterPlotStyleKind
Members
Member nameValueDescription
Empty0 Neither line nor scatter used.
Line1Line only. No symbol plotted, no line-symbol-gap.
Scatter2Scatter only. No line is plotted, no line-symbol gap.
LineAndScatter3Both line and symbol are plotted, line symbol gap is on by default.
See Also