IChartSeries.DisplayLabels

Syntax

DisplayLabels: Boolean;

Description

The DisplayLabels property determines whether labels are displayed for all chart series.

Comments

If this property is set to True, data labels are displayed for all chart series; if this property is set to False, data labels are not displayed.

The property is set to False by default.

See also:

IChartSeries