TickLabelPositionNinch Enum

Definition

Defines the TickLabelPositionNinch enumeration.

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

Fields

TickLabelPositionNinch(String)

Creates a new TickLabelPositionNinch enum instance

Equals(TickLabelPositionNinch)
Equals(Object)
GetHashCode()
High

high.

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

High 0

high.

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

Low

low.

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

Low 1

low.

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

NextToAxis 2

nextToAxis.

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

NextToAxis

nextToAxis.

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

Ninch 4

ninch.

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

Ninch

ninch.

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

None 3

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(TickLabelPositionNinch, TickLabelPositionNinch)
Inequality(TickLabelPositionNinch, TickLabelPositionNinch)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TickLabelPositionNinch>.Create(String)

Applies to