LegendDataLabelPosition

LegendDataLabelPosition

Overview

LegendDataLabelPosition is a enum in Aspose.Slides FOSS for Python.

Determines position of data labels.

This enumeration defines 10 values: NOT_DEFINED, BOTTOM, BEST_FIT, CENTER, INSIDE_BASE, INSIDE_END, LEFT, OUTSIDE_END, RIGHT, TOP.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default label position
BOTTOMRepresents a label positioned at the bottom of the legend
BEST_FITRepresents a label automatically placed for optimal fit
CENTERRepresents a label centered within the legend area
INSIDE_BASERepresents a label placed inside the legend near its base
INSIDE_END
LEFTRepresents a label positioned to the left side of the legend
OUTSIDE_ENDRepresents a label placed outside the legend at its end
RIGHT
TOP

See Also