LegendDataLabelPosition

LegendDataLabelPosition class

Determines position of data labels.

Constants

NameValueDescription
NotDefined-1Position is not defined.
Bottom0Specifies that data labels shall be displayed below the data marker.
BestFit1Specifies that data labels shall be displayed in the best position.
Center2Specifies that data labels shall be displayed centered on the data marker.
InsideBase3Specifies that data labels shall be displayed inside the base of the data marker.
InsideEnd4Specifies that data labels shall be displayed inside the end of the data marker.
Left5Specifies that data labels shall be displayed to the left of the data marker.
OutsideEnd6Specifies that data labels shall be displayed outside the end of the data marker.
Right7Specifies that data labels shall be displayed to the right of the data marker.
Top8Specifies that data labels shall be displayed above the data marker.

NotDefined

Position is not defined.


Bottom

Specifies that data labels shall be displayed below the data marker.


BestFit

Specifies that data labels shall be displayed in the best position.


Center

Specifies that data labels shall be displayed centered on the data marker.


InsideBase

Specifies that data labels shall be displayed inside the base of the data marker.


InsideEnd

Specifies that data labels shall be displayed inside the end of the data marker.


Left

Specifies that data labels shall be displayed to the left of the data marker.


OutsideEnd

Specifies that data labels shall be displayed outside the end of the data marker.


Specifies that data labels shall be displayed to the right of the data marker.


Top

Specifies that data labels shall be displayed above the data marker.