bool ChartClearPointsSelected(ChartId mon)
mon. Chart moniker.
The ChartClearPointsSelected operation deselects chart series points.
To execute the operation, determine in the mon field the chart moniker. 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 obtained list of selected series points.
See also: