Removes the specified series from the collection and sends a {@link DatasetChangeEvent} to all registered listeners.
@param series the series (null not permitted).
Removes the series with the specified index and sends a {@link DatasetChangeEvent} to all registered listeners.
@param index the series index.
@since 1.0.14
Removes a series from the collection and sends a {@link DatasetChangeEvent} to all registered listeners.
@param series the series (null not permitted).
Removes a series from the dataset, then sends a {@link DatasetChangeEvent} to all registered listeners.
@param seriesKey the series key (null not permitted).
Removes the specified series from the collection and sends a {@link DatasetChangeEvent} to all registered listeners.
@param series the series (null not permitted).
@return A boolean indicating whether the series has actually beenremoved.
Removes a series from the collection and sends a {@link DatasetChangeEvent} to all registered listeners.
@param series the series index (zero-based).
@since 1.0.10
Removes a series from the collection and sends a {@link DatasetChangeEvent} to all registered listeners.
@param series the series index (zero-based).
@since 1.0.10
Removes a series from the collection and sends a {@link DatasetChangeEvent} to all registered listeners.
@param series the series index (zero-based).
@since 1.0.10
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.