Uses of Interface
org.moxieapps.gwt.highcharts.client.events.AxisSetExtremesEventHandler

Packages that use AxisSetExtremesEventHandler
org.moxieapps.gwt.highcharts.client This is the core package of the library, which includes the Chart and StockChart classes which most applications will want to start with when using Highcharts or Highstock visualizations. 
 

Uses of AxisSetExtremesEventHandler in org.moxieapps.gwt.highcharts.client
 

Methods in org.moxieapps.gwt.highcharts.client that return AxisSetExtremesEventHandler
 AxisSetExtremesEventHandler Axis.getAxisSetExtremesEventHandler()
          Returns the custom event handler that has been set on the axis, or null if no event handler has been set.
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type AxisSetExtremesEventHandler
 T Axis.setAxisSetExtremesEventHandler(AxisSetExtremesEventHandler axisSetExtremesEventHandler)
          Set a callback handler that will be invoked whenever the minimum and maximum is set for the axis, either by calling the Axis.setExtremes(Number, Number) method or by selecting an area in the chart.
 



Copyright © 2015. All Rights Reserved.