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

com.github.highcharts4gwt.model.highcharts.jso.plotoptions.waterfall.JsoWaterfallHideEvent Maven / Gradle / Ivy

There is a newer version: 0.0.7
Show newest version

package com.github.highcharts4gwt.model.highcharts.jso.plotoptions.waterfall;

import com.github.highcharts4gwt.model.highcharts.api.Series;
import com.github.highcharts4gwt.model.highcharts.api.plotoptions.waterfall.WaterfallHideEvent;
import com.google.gwt.dom.client.NativeEvent;

public class JsoWaterfallHideEvent
    extends NativeEvent
    implements WaterfallHideEvent
{


    protected JsoWaterfallHideEvent() {
    }

    public final native Series getSeries()
        throws RuntimeException /*-{
        return this.source.chart.options.series[this.source.index];
    }-*/
    ;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy