[]
        
(Showing Draft Content)

LabelPosition Enumeration

LabelPosition Enumeration

Specifies the position of data labels on the chart.

Enumeration members

Enumeration members

Bottom

Bottom: = 4

The labels appear below the data points.

Center

Center: = 5

The labels appear centered on the data points.

Left

Left: = 1

The labels appear to the left of the data points.

None

None: = 0

No data labels appear.

Right: = 3

The labels appear to the right of the data points.

Top

Top: = 2

The labels appear above the data points.