DataLabelPosition Enumeration
In This Topic
Specifies where the data label is positioned.
Members
| Member | Description |
| above | Data label above point. |
| below | Data label below point. |
| bestFit | Adjust data label position automatically. |
| center | Data label centered on data point or inside bar or pie. |
| insideBase | Data label positioned arbitrarily. |
| insideEnd | Data label positioned arbitrarily. |
| left | Data label positioned at bottom of bar or pie. |
| outsideEnd | Data label positioned at top of bar or pie. |
| right | Data label positioned at top of bar or pie. |
Inheritance Hierarchy
Object
GC.Spread.Sheets.Charts.DataLabelPosition
See Also