Home > @i2analyze/notebook-sdk > chart > IChartChangeMajor
chart.IChartChangeMajor interface
A major change that has occurred to the data on a chart.
Signature:
interface IChartChangeMajor extends IChartChangeBase
Extends: IChartChangeBase
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
type | readonly |
'major' | Gets the type of change (minor or major) made to the chart. |