SetChartPointsLabel

Syntax

bool SetChartPointsLabel(ChartPointsId mon, ChartPointsLabelArgs arg)

Parameters

mon. Moniker for working with chart series points.

tArg. Operation execution parameters.

Description

The SetChartPointsLabel operation changes data label settings for chart series points.

Comments

To execute the operation, in the mon field specify moniker for working with series points, and in the arg field specify series points and label settings. The moniker can be created based on the chart moniker specified in the GetChart, SetChart, GetChartSeries operations. The moniker is created in the following format: Chart moniker!Series!Series index!Points.

The operation results in the logical True if label settings were changed successfully.

See also:

Chart: Operations