Compares this ChartDataModel with another object.
Parameters: o - the object to compare with true, if o is an AbstractChartDataModel, the number ofDataSets is equal and all DataSet names and column values are equal.
fireChartDataModelChangedEvent
public void fireChartDataModelChangedEvent(Object src)(Code)
Promotes a new ChartDataModelEvent.
Parameters: src - the source object of the event.
Returns the Axis Binding for a specific DataSet, ie the Axis on
which the DataSet should be plotted
Parameters: set - the DataSet whose Axis binding should be determined DataSet.FIRST_YAXIS by default.
public void setValueAt(int set, int index, Object value)(Code)
Provides an empty implementation for not-editable DataModels.
Parameters: set - the DataSet in which the value should be set Parameters: index - the index in the DataSet where the value should be stored Parameters: value - the value object