All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.highcharts4gwt.model.highcharts.mock.plotoptions.areaspline.MockAreasplineHideEvent Maven / Gradle / Ivy

There is a newer version: 0.0.7
Show newest version

package com.github.highcharts4gwt.model.highcharts.mock.plotoptions.areaspline;

import com.github.highcharts4gwt.model.highcharts.api.Series;
import com.github.highcharts4gwt.model.highcharts.api.plotoptions.areaspline.AreasplineHideEvent;

public class MockAreasplineHideEvent
    implements AreasplineHideEvent
{

    private Series series;

    public Series getSeries() {
        return series;
    }

    public MockAreasplineHideEvent series(Series series) {
        this.series = series;
        return this;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy