i2 Notebook SDK
Search results for

    Show/hide table of contents

    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.

    In this article
    Back to top © N. Harris Computer Corporation