Uses of Class
org.moxieapps.gwt.highcharts.client.BaseChart.ZoomType

Packages that use BaseChart.ZoomType
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 BaseChart.ZoomType in org.moxieapps.gwt.highcharts.client
 

Methods in org.moxieapps.gwt.highcharts.client that return BaseChart.ZoomType
static BaseChart.ZoomType BaseChart.ZoomType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BaseChart.ZoomType[] BaseChart.ZoomType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type BaseChart.ZoomType
 T BaseChart.setZoomType(BaseChart.ZoomType zoomType)
          Sets which dimensions the user can zoom by dragging the mouse.
 



Copyright © 2015. All Rights Reserved.