Line |
[FlagsAttribute] public enum LineScatterPlotStyleKind
| 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. |
The LineScatterPlotStyleKind type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |