com.googlecode.wickedcharts.highcharts.options
Class MinorTickInterval

java.lang.Object
  extended by com.googlecode.wickedcharts.highcharts.options.MinorTickInterval
All Implemented Interfaces:
Serializable

public class MinorTickInterval
extends Object
implements Serializable

Defines the interval between two tick marks. Can be either a number or you can let Highcharts decide the value (auto).

Author:
Tom Hombergs (tom.hombergs@gmail.com)
See Also:
Serialized Form

Constructor Summary
MinorTickInterval()
           
 
Method Summary
 boolean getAuto()
           
 Number getInterval()
           
 boolean isNull()
           
 MinorTickInterval setAuto(boolean auto)
           
 MinorTickInterval setInterval(Number interval)
           
 MinorTickInterval setNull()
          Call this if you want to explicitly set the minorTickInterval to null to override a Highcharts default.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinorTickInterval

public MinorTickInterval()
Method Detail

getAuto

public boolean getAuto()

getInterval

public Number getInterval()

isNull

public boolean isNull()

setAuto

public MinorTickInterval setAuto(boolean auto)

setInterval

public MinorTickInterval setInterval(Number interval)

setNull

public MinorTickInterval setNull()
Call this if you want to explicitly set the minorTickInterval to null to override a Highcharts default.



Copyright © 2013. All Rights Reserved.