共用方式為


MarkerStyle Enum

Definition

Defines the MarkerStyle enumeration.

public enum MarkerStyle
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
public enum MarkerStyle
public readonly struct MarkerStyle : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle>, IEquatable<DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle>
type MarkerStyle = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
type MarkerStyle = 
type MarkerStyle = struct
    interface IEnumValue
    interface IEnumValueFactory<MarkerStyle>
Public Enum MarkerStyle
Public Structure MarkerStyle
Implements IEnumValue, IEnumValueFactory(Of MarkerStyle), IEquatable(Of MarkerStyle)
Inheritance
MarkerStyle
Inheritance
MarkerStyle
Attributes

Fields

MarkerStyle(String)

Creates a new MarkerStyle enum instance

Circle 0

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 1

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 2

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 3

dot.

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

Equals(MarkerStyle)
Equals(Object)
GetHashCode()
Equality(MarkerStyle, MarkerStyle)
Inequality(MarkerStyle, MarkerStyle)
Plus

plus.

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

Plus 4

plus.

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

Square 5

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 6

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 7

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 8

x.

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

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

Applies to