ScatterStyleValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Scatter Style
public enum ScatterStyleValues
public readonly struct ScatterStyleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues>
type ScatterStyleValues =
type ScatterStyleValues = struct
interface IEnumValue
interface IEnumValueFactory<ScatterStyleValues>
Public Enum ScatterStyleValues
Public Structure ScatterStyleValues
Implements IEnumValue, IEnumValueFactory(Of ScatterStyleValues), IEquatable(Of ScatterStyleValues)
- Inheritance
-
ScatterStyleValues
- Inheritance
-
ScatterStyleValues
Fields
Name | Value | Description |
---|---|---|
Line | 0 | Line. When the item is serialized out as xml, its value is "line". |
LineMarker | 1 | Line with Markers. When the item is serialized out as xml, its value is "lineMarker". |
Marker | 2 | Marker. When the item is serialized out as xml, its value is "marker". |
Smooth | 3 | Smooth. When the item is serialized out as xml, its value is "smooth". |
SmoothMarker | 4 | Smooth with Markers. When the item is serialized out as xml, its value is "smoothMarker". |
Equality(ScatterStyleValues, ScatterStyleValues) | ||
Equals(Object) | ||
Equals(ScatterStyleValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ScatterStyleValues>.Create(String) | ||
Inequality(ScatterStyleValues, ScatterStyleValues) | ||
Line | Line. When the item is serialized out as xml, its value is "line". |
|
LineMarker | Line with Markers. When the item is serialized out as xml, its value is "lineMarker". |
|
Marker | Marker. When the item is serialized out as xml, its value is "marker". |
|
ScatterStyleValues(String) | Creates a new ScatterStyleValues enum instance |
|
Smooth | Smooth. When the item is serialized out as xml, its value is "smooth". |
|
SmoothMarker | Smooth with Markers. When the item is serialized out as xml, its value is "smoothMarker". |
|
ToString() |