com.googlecode.wickedcharts.highcharts.options
Class MinorTickInterval
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MinorTickInterval
public MinorTickInterval()
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.