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 DataLabelPositionValuespublic 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 DataLabelPositionValuesPublic Structure DataLabelPositionValues
Implements IEnumValue, IEnumValueFactory(Of DataLabelPositionValues), IEquatable(Of DataLabelPositionValues)- Inheritance
- 
				DataLabelPositionValues
- Inheritance
- 
				DataLabelPositionValues
Fields
| Name | Value | Description | 
|---|---|---|
| BestFit | 0 | 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". | 
| Center | 2 | Center. When the item is serialized out as xml, its value is "ctr". | 
| 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". | 
| Left | 5 | Left. When the item is serialized out as xml, its value is "l". | 
| OutsideEnd | 6 | Outside End. When the item is serialized out as xml, its value is "outEnd". | 
| 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". | 
| BestFit | Best Fit. When the item is serialized out as xml, its value is "bestFit". | |
| Bottom | Bottom. When the item is serialized out as xml, its value is "b". | |
| Center | Center. When the item is serialized out as xml, its value is "ctr". | |
| DataLabelPositionValues(String) | Creates a new DataLabelPositionValues enum instance | |
| Equality(DataLabelPositionValues, DataLabelPositionValues) | ||
| Equals(DataLabelPositionValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<DataLabelPositionValues>.Create(String) | ||
| Inequality(DataLabelPositionValues, DataLabelPositionValues) | ||
| InsideBase | Inside Base. When the item is serialized out as xml, its value is "inBase". | |
| InsideEnd | Inside End. When the item is serialized out as xml, its value is "inEnd". | |
| Left | Left. When the item is serialized out as xml, its value is "l". | |
| 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". | |
| Top | Top. When the item is serialized out as xml, its value is "t". | |
| ToString() |