ScatterStyleValues Enum

Definition

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

ScatterStyleValues(String)

Creates a new ScatterStyleValues enum instance

Equals(ScatterStyleValues)
Equals(Object)
GetHashCode()
Line

Line.

When the item is serialized out as xml, its value is "line".

Line 0

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".

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".

Marker

Marker.

When the item is serialized out as xml, its value is "marker".

Equality(ScatterStyleValues, ScatterStyleValues)
Inequality(ScatterStyleValues, ScatterStyleValues)
Smooth 3

Smooth.

When the item is serialized out as xml, its value is "smooth".

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".

SmoothMarker 4

Smooth with Markers.

When the item is serialized out as xml, its value is "smoothMarker".

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<ScatterStyleValues>.Create(String)

Applies to