i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > chart > ISelection > affectedEdges

    chart.ISelection.affectedEdges property

    Gets the chart edges that contain selected records.

    Signature:

    readonly affectedEdges: data.IKeyedReadOnlyCollection<visual.ElementId, visual.IEdge>;
    

    Returns: data.IKeyedReadOnlyCollection<visual.ElementId, visual.IEdge>

    Introduced: version 1.0

    Remarks

    Chart edges 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