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