SetChartPointsBackground

Syntax

bool SetChartPointsBackground(ChartPointsId mon, ChartPointsBackgroundArgs arg)

Parameters

mon. Moniker for working with chart series points.

arg. Operation execution parameters.

Description

The SetChartPointsBackground operation changes fill parameters 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 fill parameters. 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 fill settings were changed successfully.

See also:

Chart: Operations