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

com.github.highcharts4gwt.model.highcharts.option.mock.yaxis.MockYAxisAfterSetExtremesEvent Maven / Gradle / Ivy

There is a newer version: 0.0.7
Show newest version

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