SetChartPointsSelected

Syntax

bool SetChartPointsSelected(ChartId mon, ChartSeriesPointsSelection arg)

Parameters

mon. Chart moniker.

arg. Operation execution parameters.

Description

The SetChartPointsSelected operation selects chart series points.

Comments

To execute the operation, in the mon field specify chart moniker, and in the arg field specify selection parameters. The chart moniker is based on moniker of the repository object, with the chart of which the user is working, following the rules:

The operation results in the logical True if selection succeeded.

See also:

Chart: Operations