Click or drag to resize

LineScatterPlotStyleKind Enumeration

Used for the constructor of XYLineScatterPlotStyle to choose between line, scatter, and both.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.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.

The LineScatterPlotStyleKind type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also