DataLabelPositionValues Enumeration
Data Label Position
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration DataLabelPositionValues
'Usage
Dim instance As DataLabelPositionValues
public enum DataLabelPositionValues
Members
Member name | Description | |
---|---|---|
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". | |
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". |