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

com.github.highcharts4gwt.model.highcharts.option.jso.xaxis.JsoPointBreakEvent Maven / Gradle / Ivy

The newest version!

package com.github.highcharts4gwt.model.highcharts.option.jso.xaxis;

import com.github.highcharts4gwt.model.highcharts.object.api.Axis;
import com.github.highcharts4gwt.model.highcharts.option.api.xaxis.PointBreakEvent;
import com.google.gwt.dom.client.NativeEvent;

public class JsoPointBreakEvent
    extends NativeEvent
    implements PointBreakEvent
{


    protected JsoPointBreakEvent() {
    }

    public final native Axis axis()
        throws RuntimeException /*-{
        return this.source;
    }-*/
    ;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy