AxisValues Enum 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Axis Type
public enum AxisValuespublic 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 AxisValuesPublic Structure AxisValues
Implements IEnumValue, IEnumValueFactory(Of AxisValues), IEquatable(Of AxisValues)- Inheritance
- 
				AxisValues
- Inheritance
- 
				AxisValues
Fields
| Name | Value | Description | 
|---|---|---|
| Self | 0 | Self. When the item is serialized out as xml, its value is "self". | 
| Child | 1 | 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". | 
| DescendantOrSelf | 3 | Descendant or Self. When the item is serialized out as xml, its value is "desOrSelf". | 
| Parent | 4 | Parent. When the item is serialized out as xml, its value is "par". | 
| Ancestor | 5 | 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". | 
| FollowSibling | 7 | Follow Sibling. When the item is serialized out as xml, its value is "followSib". | 
| PrecedingSibling | 8 | Preceding Sibling. When the item is serialized out as xml, its value is "precedSib". | 
| Follow | 9 | Follow. When the item is serialized out as xml, its value is "follow". | 
| Preceding | 10 | Preceding. When the item is serialized out as xml, its value is "preced". | 
| Root | 11 | Root. When the item is serialized out as xml, its value is "root". | 
| None | 12 | None. When the item is serialized out as xml, its value is "none". | 
| Ancestor | Ancestor. When the item is serialized out as xml, its value is "ancst". | |
| AncestorOrSelf | Ancestor or Self. When the item is serialized out as xml, its value is "ancstOrSelf". | |
| AxisValues(String) | Creates a new AxisValues enum instance | |
| Child | Child. When the item is serialized out as xml, its value is "ch". | |
| Descendant | Descendant. When the item is serialized out as xml, its value is "des". | |
| DescendantOrSelf | Descendant or Self. When the item is serialized out as xml, its value is "desOrSelf". | |
| Equality(AxisValues, AxisValues) | ||
| Equals(AxisValues) | ||
| Equals(Object) | ||
| Follow | Follow. When the item is serialized out as xml, its value is "follow". | |
| FollowSibling | Follow Sibling. When the item is serialized out as xml, its value is "followSib". | |
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<AxisValues>.Create(String) | ||
| Inequality(AxisValues, AxisValues) | ||
| None | None. When the item is serialized out as xml, its value is "none". | |
| Parent | Parent. When the item is serialized out as xml, its value is "par". | |
| Preceding | Preceding. When the item is serialized out as xml, its value is "preced". | |
| 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". | |
| Self | Self. When the item is serialized out as xml, its value is "self". | |
| ToString() |