MarkerStyleValues Enum

Definition

Marker Style

public enum MarkerStyleValues
public readonly struct MarkerStyleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues>
type MarkerStyleValues = 
type MarkerStyleValues = struct
    interface IEnumValue
    interface IEnumValueFactory<MarkerStyleValues>
Public Enum MarkerStyleValues
Public Structure MarkerStyleValues
Implements IEnumValue, IEnumValueFactory(Of MarkerStyleValues), IEquatable(Of MarkerStyleValues)
Inheritance
MarkerStyleValues
Inheritance
MarkerStyleValues

Fields

MarkerStyleValues(String)

Creates a new MarkerStyleValues enum instance

Auto 0

auto.

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

Auto

auto.

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

Circle 1

Circle.

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

Circle

Circle.

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

Dash 2

Dash.

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

Dash

Dash.

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

Diamond 3

Diamond.

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

Diamond

Diamond.

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

Dot

Dot.

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

Dot 4

Dot.

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

Equals(Object)
Equals(MarkerStyleValues)
GetHashCode()
None 5

None.

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

None

None.

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

Equality(MarkerStyleValues, MarkerStyleValues)
Inequality(MarkerStyleValues, MarkerStyleValues)
Picture 6

Picture.

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

Picture

Picture.

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

Plus 7

Plus.

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

Plus

Plus.

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

Square 8

Square.

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

Square

Square.

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

Star

Star.

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

Star 9

Star.

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

ToString()
Triangle

Triangle.

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

Triangle 10

Triangle.

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

X

X.

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

X 11

X.

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

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

Applies to