Package eu.webtoolkit.jwt.chart
Class AxisConfig
- java.lang.Object
-
- eu.webtoolkit.jwt.chart.AxisConfig
-
public class AxisConfig extends java.lang.ObjectAxis configuration.This describes the configuration of an axis determining how it should be drawn. To be passed into getLabelTicks().
-
-
Constructor Summary
Constructors Constructor Description AxisConfig()
-
-
-
Field Detail
-
side
public AxisValue side
The side the axis is drawn on, should be Minimum, Maximum, or Zero.
-
zoomLevel
public int zoomLevel
The zoom level.Different axis labels can be drawn depending on the zoom level. These are requested by
WCartesianChartin powers of 2 (1, 2, 4, 8,...)
-
-