TickLabelPositionNinch 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.
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
Name | Value | Description |
---|---|---|
High | 0 | high. When the item is serialized out as xml, its value is "high". |
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". |
None | 3 | none. When the item is serialized out as xml, its value is "none". |
Ninch | 4 | ninch. When the item is serialized out as xml, its value is "ninch". |
Equality(TickLabelPositionNinch, TickLabelPositionNinch) | ||
Equals(Object) | ||
Equals(TickLabelPositionNinch) | ||
GetHashCode() | ||
High | high. When the item is serialized out as xml, its value is "high". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TickLabelPositionNinch>.Create(String) | ||
Inequality(TickLabelPositionNinch, TickLabelPositionNinch) | ||
Low | low. When the item is serialized out as xml, its value is "low". |
|
NextToAxis | nextToAxis. When the item is serialized out as xml, its value is "nextToAxis". |
|
Ninch | ninch. When the item is serialized out as xml, its value is "ninch". |
|
None | none. When the item is serialized out as xml, its value is "none". |
|
TickLabelPositionNinch(String) | Creates a new TickLabelPositionNinch enum instance |
|
ToString() |