bool SetChartPointsSelected(ChartId mon, ChartSeriesPointsSelection arg)
mon. Chart moniker.
arg. Operation execution parameters.
The SetChartPointsSelected operation selects chart series points.
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:
"Express report instance moniker"!Chart. Express report chart (if the express report consists of a single sheet).
"Express report instance moniker"!Sheets!"Sheet key"!Chart. Chart of the selected express report sheet (if the express report consists of several sheets).
"Workbook instance moniker"!Chart. Workbook chart (if the workbook consists of a single sheet).
"Workbook instance moniker"!Sheets!"Sheet key"!Chart. Chart of specified workbook sheet (if the workbook consists of several sheets).
"Regular report instance moniker"!Sheets!"Sheet key"!Objects!"Chart identifier". Chart positioned on a regular report sheet.
The operation results in the logical True if selection succeeded.
See also: