OleChartBuildValues Enum

Definition

OLE Chart Build Type

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

Fields

OleChartBuildValues(String)

Creates a new OleChartBuildValues enum instance

AllAtOnce 0

Chart Build Type Enum ( All At Once ).

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

AllAtOnce

Chart Build Type Enum ( All At Once ).

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

Category 2

Chart Build Type Enum ( Category ).

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

Category

Chart Build Type Enum ( Category ).

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

CategoryElement 4

Chart Build Type Enum ( Category Element ).

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

CategoryElement

Chart Build Type Enum ( Category Element ).

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

Equals(OleChartBuildValues)
Equals(Object)
GetHashCode()
Equality(OleChartBuildValues, OleChartBuildValues)
Inequality(OleChartBuildValues, OleChartBuildValues)
Series

Chart Build Type Enum ( Series ).

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

Series 1

Chart Build Type Enum ( Series ).

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

SeriesElement 3

Chart Build Type Enum ( Series Element ).

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

SeriesElement

Chart Build Type Enum ( Series Element ).

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

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

Applies to