DataLabelPositionValues 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.
Data Label Position
public enum DataLabelPositionValues
public readonly struct DataLabelPositionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues>
type DataLabelPositionValues =
type DataLabelPositionValues = struct
interface IEnumValue
interface IEnumValueFactory<DataLabelPositionValues>
Public Enum DataLabelPositionValues
Public Structure DataLabelPositionValues
Implements IEnumValue, IEnumValueFactory(Of DataLabelPositionValues), IEquatable(Of DataLabelPositionValues)
- Inheritance
-
DataLabelPositionValues
- Inheritance
-
DataLabelPositionValues
Fields
DataLabelPositionValues(String) | Creates a new DataLabelPositionValues enum instance |
|
BestFit | 0 | Best Fit. When the item is serialized out as xml, its value is "bestFit". |
BestFit | Best Fit. When the item is serialized out as xml, its value is "bestFit". |
|
Bottom | 1 | Bottom. When the item is serialized out as xml, its value is "b". |
Bottom | Bottom. When the item is serialized out as xml, its value is "b". |
|
Center | 2 | Center. When the item is serialized out as xml, its value is "ctr". |
Center | Center. When the item is serialized out as xml, its value is "ctr". |
|
Equals(Object) | ||
Equals(DataLabelPositionValues) | ||
GetHashCode() | ||
InsideBase | Inside Base. When the item is serialized out as xml, its value is "inBase". |
|
InsideBase | 3 | Inside Base. When the item is serialized out as xml, its value is "inBase". |
InsideEnd | 4 | Inside End. When the item is serialized out as xml, its value is "inEnd". |
InsideEnd | Inside End. When the item is serialized out as xml, its value is "inEnd". |
|
Left | 5 | Left. When the item is serialized out as xml, its value is "l". |
Left | Left. When the item is serialized out as xml, its value is "l". |
|
Equality(DataLabelPositionValues, DataLabelPositionValues) | ||
Inequality(DataLabelPositionValues, DataLabelPositionValues) | ||
OutsideEnd | 6 | Outside End. When the item is serialized out as xml, its value is "outEnd". |
OutsideEnd | Outside End. When the item is serialized out as xml, its value is "outEnd". |
|
Right | Right. When the item is serialized out as xml, its value is "r". |
|
Right | 7 | Right. When the item is serialized out as xml, its value is "r". |
Top | 8 | Top. When the item is serialized out as xml, its value is "t". |
Top | Top. When the item is serialized out as xml, its value is "t". |
|
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<DataLabelPositionValues>.Create(String) |