LegendDataLabelPosition

LegendDataLabelPosition enumeration

Determines position of data labels.

Members

Member nameDescription
NOT_DEFINEDPosition is not defined.
BOTTOMSpecifies that data labels shall be displayed below the data marker.
BEST_FITSpecifies that data labels shall be displayed in the best position.
CENTERSpecifies that data labels shall be displayed centered on the data marker.
INSIDE_BASESpecifies that data labels shall be displayed inside the base of the data marker.
INSIDE_ENDSpecifies that data labels shall be displayed inside the end of the data marker.
LEFTSpecifies that data labels shall be displayed to the left of the data marker.
OUTSIDE_ENDSpecifies that data labels shall be displayed outside the end of the data marker.
RIGHTSpecifies that data labels shall be displayed to the right of the data marker.
TOPSpecifies that data labels shall be displayed above the data marker.

See Also