Uses of Class
org.wicketstuff.jqplot.lib.axis.XAxis
-
Packages that use XAxis Package Description org.wicketstuff.jqplot.lib org.wicketstuff.jqplot.lib.chart org.wicketstuff.jqplot.lib.elements -
-
Uses of XAxis in org.wicketstuff.jqplot.lib
Methods in org.wicketstuff.jqplot.lib that return XAxis Modifier and Type Method Description XAxis<T>ChartConfiguration. xAxisInstance() -
Uses of XAxis in org.wicketstuff.jqplot.lib.chart
Methods in org.wicketstuff.jqplot.lib.chart that return XAxis Modifier and Type Method Description XAxis<S>AbstractChart. getXAxis() -
Uses of XAxis in org.wicketstuff.jqplot.lib.elements
Methods in org.wicketstuff.jqplot.lib.elements that return XAxis Modifier and Type Method Description XAxis<T>Axes. getXaxis()XAxis<T>Axes. xAxisInstance()Methods in org.wicketstuff.jqplot.lib.elements with parameters of type XAxis Modifier and Type Method Description Axes<T>Axes. setXaxis(XAxis<T> xaxis)
-