com.github.highcharts4gwt.model.highcharts.option.mock.yaxis.MockYAxisAfterSetExtremesEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of highcharts Show documentation
Show all versions of highcharts Show documentation
GWT wrapper for highcharts library.
package com.github.highcharts4gwt.model.highcharts.option.mock.yaxis;
import com.github.highcharts4gwt.model.highcharts.option.api.yaxis.YAxisAfterSetExtremesEvent;
public class MockYAxisAfterSetExtremesEvent
implements YAxisAfterSetExtremesEvent
{
private com.github.highcharts4gwt.model.highcharts.object.api.Axis Axis;
public com.github.highcharts4gwt.model.highcharts.object.api.Axis axis() {
return Axis;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy