AxisValues Enum

Definition

Axis Type

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

Fields

AxisValues(String)

Creates a new AxisValues enum instance

Ancestor 5

Ancestor.

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

Ancestor

Ancestor.

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

AncestorOrSelf 6

Ancestor or Self.

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

AncestorOrSelf

Ancestor or Self.

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

Child 1

Child.

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

Child

Child.

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

Descendant 2

Descendant.

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

Descendant

Descendant.

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

DescendantOrSelf 3

Descendant or Self.

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

DescendantOrSelf

Descendant or Self.

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

Equals(Object)
Equals(AxisValues)
Follow 9

Follow.

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

Follow

Follow.

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

FollowSibling 7

Follow Sibling.

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

FollowSibling

Follow Sibling.

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

GetHashCode()
None

None.

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

None 12

None.

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

Equality(AxisValues, AxisValues)
Inequality(AxisValues, AxisValues)
Parent 4

Parent.

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

Parent

Parent.

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

Preceding 10

Preceding.

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

Preceding

Preceding.

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

PrecedingSibling 8

Preceding Sibling.

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

PrecedingSibling

Preceding Sibling.

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

Root

Root.

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

Root 11

Root.

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

Self 0

Self.

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

Self

Self.

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

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

Applies to