i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > chart > IChartChange

    chart.IChartChange type

    A change to the data in a chart in i2 Notebook.

    Signature:

    type IChartChange = IChartChangeMajor | IChartChangeMinor;
    

    References: IChartChangeMajor, IChartChangeMinor

    Introduced: version 1.0

    Remarks

    Use this type for all chart change handling. The distinction between major and minor changes has been removed, and all changes now report detailed information about affected elements and records.

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