Uses of Class
org.moxieapps.gwt.highcharts.client.ColorAxis.TickPosition

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

Methods in org.moxieapps.gwt.highcharts.client that return ColorAxis.TickPosition
static ColorAxis.TickPosition ColorAxis.TickPosition.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ColorAxis.TickPosition[] ColorAxis.TickPosition.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 ColorAxis.TickPosition
 ColorAxis ColorAxis.setMinorTickPosition(ColorAxis.TickPosition minorTickPosition)
          Convenience method for setting the 'minorTickPosition' option of the colorAxis.
 ColorAxis ColorAxis.setTickPosition(ColorAxis.TickPosition tickPosition)
          Convenience method for setting the 'tickPosition' option of the color axis.
 



Copyright © 2015. All Rights Reserved.