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