public interface ChartSettingModelListener
| Modifier and Type | Method and Description |
|---|---|
void |
replaceModel(ChartSettingModel newChartSettingModel)
Sets the chart setting model.
|
void |
stopEditing()
Can be used to notify underlying elements to stop edit actions.
|
void replaceModel(ChartSettingModel newChartSettingModel)
newChartSettingModel - the new chart setting modelvoid stopEditing()