LabelPosition property



The position of the series labels.

Syntax

Set:     Series.setLabelPosition(position)
Get: position = Series.getLabelPosition

Applies to

Series object.

Data type

integer.
Value Description
1 Labels placed above the data point. For a pie chart, the labels are placed outside the pie. (default)
2 Labels placed below the data point. For a pie chart, the labels are placed inside the pie.

See also
seriesLabelsPosition PARAM tag