TickLabelPositionValues 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.
Tick Label Position
public enum TickLabelPositionValues
public readonly struct TickLabelPositionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues>
type TickLabelPositionValues =
type TickLabelPositionValues = struct
interface IEnumValue
interface IEnumValueFactory<TickLabelPositionValues>
Public Enum TickLabelPositionValues
Public Structure TickLabelPositionValues
Implements IEnumValue, IEnumValueFactory(Of TickLabelPositionValues), IEquatable(Of TickLabelPositionValues)
- Inheritance
-
TickLabelPositionValues
- Inheritance
-
TickLabelPositionValues
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". |
NextTo | 2 | Next To. When the item is serialized out as xml, its value is "nextTo". |
None | 3 | None. When the item is serialized out as xml, its value is "none". |
Equality(TickLabelPositionValues, TickLabelPositionValues) | ||
Equals(Object) | ||
Equals(TickLabelPositionValues) | ||
GetHashCode() | ||
High | High. When the item is serialized out as xml, its value is "high". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TickLabelPositionValues>.Create(String) | ||
Inequality(TickLabelPositionValues, TickLabelPositionValues) | ||
Low | Low. When the item is serialized out as xml, its value is "low". |
|
NextTo | Next To. When the item is serialized out as xml, its value is "nextTo". |
|
None | None. When the item is serialized out as xml, its value is "none". |
|
TickLabelPositionValues(String) | Creates a new TickLabelPositionValues enum instance |
|
ToString() |