:: com :: sun :: star :: chart ::

enum ChartDataChangeType
Description
specifies the type of change that was applied to the data.

Values
ALL Major changes were applied to the data.  
DATA_RANGE The range of columns and rows, given in the ChartDataChangeEvent, has changed.  
COLUMN_INSERTED The column given in the ChartDataChangeEvent, was inserted.  
ROW_INSERTED The row given in the ChartDataChangeEvent, was inserted.  
COLUMN_DELETED The column given in the ChartDataChangeEvent, was deleted.  
ROW_DELETED The row given in the ChartDataChangeEvent, was deleted.  
Values' Details
ALL
ALL,
Description
Major changes were applied to the data.
DATA_RANGE
DATA_RANGE,
Description
The range of columns and rows, given in the ChartDataChangeEvent, has changed.
COLUMN_INSERTED
COLUMN_INSERTED,
Description
The column given in the ChartDataChangeEvent, was inserted.
ROW_INSERTED
ROW_INSERTED,
Description
The row given in the ChartDataChangeEvent, was inserted.
COLUMN_DELETED
COLUMN_DELETED,
Description
The column given in the ChartDataChangeEvent, was deleted.
ROW_DELETED
ROW_DELETED,
Description
The row given in the ChartDataChangeEvent, was deleted.
Top of Page