DataLabelPos 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 DataLabelPos enumeration.
public enum DataLabelPos
	[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)]
public enum DataLabelPos
	public readonly struct DataLabelPos : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos>, IEquatable<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos>
	type DataLabelPos = 
	[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)>]
type DataLabelPos = 
	type DataLabelPos = struct
    interface IEnumValue
    interface IEnumValueFactory<DataLabelPos>
	Public Enum DataLabelPos
	Public Structure DataLabelPos
Implements IEnumValue, IEnumValueFactory(Of DataLabelPos), IEquatable(Of DataLabelPos)
		- Inheritance
 - 
				DataLabelPos
 
- Inheritance
 - 
				DataLabelPos
 
- Attributes
 
Fields
| Name | Value | Description | 
|---|---|---|
| BestFit | 0 | bestFit. When the item is serialized out as xml, its value is "bestFit".  | 
			
| B | 1 | b. When the item is serialized out as xml, its value is "b".  | 
			
| Ctr | 2 | ctr. When the item is serialized out as xml, its value is "ctr".  | 
			
| InBase | 3 | inBase. When the item is serialized out as xml, its value is "inBase".  | 
			
| InEnd | 4 | inEnd. When the item is serialized out as xml, its value is "inEnd".  | 
			
| L | 5 | l. When the item is serialized out as xml, its value is "l".  | 
			
| OutEnd | 6 | outEnd. When the item is serialized out as xml, its value is "outEnd".  | 
			
| R | 7 | r. When the item is serialized out as xml, its value is "r".  | 
			
| T | 8 | t. When the item is serialized out as xml, its value is "t".  | 
			
| B | b. When the item is serialized out as xml, its value is "b".  | 
			|
| BestFit | bestFit. When the item is serialized out as xml, its value is "bestFit".  | 
			|
| Ctr | ctr. When the item is serialized out as xml, its value is "ctr".  | 
			|
| DataLabelPos(String) | Creates a new DataLabelPos enum instance  | 
			|
| Equality(DataLabelPos, DataLabelPos) | ||
| Equals(DataLabelPos) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<DataLabelPos>.Create(String) | ||
| InBase | inBase. When the item is serialized out as xml, its value is "inBase".  | 
			|
| InEnd | inEnd. When the item is serialized out as xml, its value is "inEnd".  | 
			|
| Inequality(DataLabelPos, DataLabelPos) | ||
| L | l. When the item is serialized out as xml, its value is "l".  | 
			|
| OutEnd | outEnd. When the item is serialized out as xml, its value is "outEnd".  | 
			|
| R | r. When the item is serialized out as xml, its value is "r".  | 
			|
| T | t. When the item is serialized out as xml, its value is "t".  | 
			|
| ToString() |