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

Packages that use MinorTickInterval
com.googlecode.wickedcharts.highcharts.jackson   
com.googlecode.wickedcharts.highcharts.options   
 

Uses of MinorTickInterval in com.googlecode.wickedcharts.highcharts.jackson
 

Methods in com.googlecode.wickedcharts.highcharts.jackson with parameters of type MinorTickInterval
 void MinorTickIntervalSerializer.serialize(MinorTickInterval value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
           
 

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

Methods in com.googlecode.wickedcharts.highcharts.options that return MinorTickInterval
 MinorTickInterval Axis.getMinorTickInterval()
           
 MinorTickInterval MinorTickInterval.setAuto(boolean auto)
           
 MinorTickInterval MinorTickInterval.setInterval(Number interval)
           
 MinorTickInterval MinorTickInterval.setNull()
          Call this if you want to explicitly set the minorTickInterval to null to override a Highcharts default.
 

Methods in com.googlecode.wickedcharts.highcharts.options with parameters of type MinorTickInterval
 Axis Axis.setMinorTickInterval(MinorTickInterval minorTickInterval)
           
 



Copyright © 2013. All Rights Reserved.