LabelOptions property



The type of label for the specified series.

Syntax

Set:     Series.setLabelOptions(lOption)
Get: lOption = Series.getLabelOptions

Applies to

Series object.

Data type

integer.
Value Constant Description
0x01 LABEL_POINTS_FROM_RANGE Labels from a specified range are displayed.[[PS: Not supported in Rel. 1]]
0x02 LABEL_POINTS_WITH_VALUES The data value is displayed.
0x04 LABEL_POINTS_WITH_PERCENT A percent value is displayed.

Usage

By default, there are no series labels.

See also
LabelPosition property