Home > @i2analyze/notebook-sdk > chart > ISelection > affectedNodes
chart.ISelection.affectedNodes property
Gets the chart nodes that contain selected records.
Signature:
readonly affectedNodes: data.IKeyedReadOnlyCollection<visual.ElementId, visual.INode>;
Returns: data.IKeyedReadOnlyCollection<visual.ElementId, visual.INode>
Introduced: version 1.0
Remarks
Chart nodes might be partially selected if only some of the records that they contain are selected. The fundamental unit of selection is the record.