This class provides a basic {@link IChartModel} implementation which can beused in 2-dimensional charts. This class supports a different number of series which can be added using {@link #addSeries(ISeries)} as well asremoved using {@link #removeSeries(ISeries)}. Where values can be added to any series separately. The model only supports 2 groups where the groups are bound to the dimensions.
@author Stefan Rybacki
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.