GetChartPointsBackground

Syntax

ChartBackgroundSettings GetChartPointsBackground(ChartPointsId mon, ChartPointsIndexes arg)

Parameters

mon. Moniker for working with chart series points.

tArg. Operation execution parameters.

Description

The GetChartPointsBackground operation gets fill parameters for chart series points.

Comments

To execute the operation, in the mon field specify moniker for working with chart series points, and in the arg.pidxs field specify series point indexes. 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 obtained fill parameters for points.

See also:

Chart: Operations