/**
* Hide this series
*/
public void hide() {
this.config = (this.config == null ? new SeriesConfig()
: this.config);
this.config.setVisible(false);
if (this.invientCharts != null) {
this.invientCharts.addSeriesCUROperation(new SeriesCUR(
SeriesCURType.UPDATE, this.getName()));