LegendDataLabelPosition
Overview
LegendDataLabelPosition is a enum in Aspose.Slides FOSS for Python.
Determines position of data labels.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or default label position |
BOTTOM | Represents a label positioned at the bottom of the legend |
BEST_FIT | Represents a label automatically placed for optimal fit |
CENTER | Represents a label centered within the legend area |
INSIDE_BASE | Represents a label placed inside the legend near its base |
INSIDE_END | |
LEFT | Represents a label positioned to the left side of the legend |
OUTSIDE_END | Represents a label placed outside the legend at its end |
RIGHT | |
TOP |