Home > @i2analyze/notebook-sdk > app > ISelectionEditor
app.ISelectionEditor interface
A set of methods that can change the chart selection.
Signature:
interface ISelectionEditor
Introduced: version 1.1
Methods
Method | Description |
---|---|
add(records) | Adds the specified records to the chart selection. |
clear() | Clears the chart selection, so that no records are selected. |
invert() | Inverts the chart selection, so that previously unselected records are selected, and vice versa. |
remove(records) | Removes the specified records from the chart selection. |
selectAll() | Selects all the records on the chart. |
set(records) | Replaces the chart selection with one that contains the specified records. |