Uses of Class
com.googlecode.wickedcharts.highcharts.options.TickPosition

Packages that use TickPosition
com.googlecode.wickedcharts.highcharts.options   
 

Uses of TickPosition in com.googlecode.wickedcharts.highcharts.options
 

Methods in com.googlecode.wickedcharts.highcharts.options that return TickPosition
 TickPosition Axis.getMinorTickPosition()
           
 TickPosition Axis.getTickPosition()
           
static TickPosition TickPosition.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TickPosition[] TickPosition.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.googlecode.wickedcharts.highcharts.options with parameters of type TickPosition
 Axis Axis.setMinorTickPosition(TickPosition minorTickPosition)
           
 Axis Axis.setTickPosition(TickPosition tickPosition)
           
 



Copyright © 2013. All Rights Reserved.