Uses of Class
org.wicketstuff.jqplot.lib.axis.YAxis
-
Packages that use YAxis Package Description org.wicketstuff.jqplot.lib org.wicketstuff.jqplot.lib.chart org.wicketstuff.jqplot.lib.elements -
-
Uses of YAxis in org.wicketstuff.jqplot.lib
Methods in org.wicketstuff.jqplot.lib that return YAxis Modifier and Type Method Description YAxis<T>ChartConfiguration. yAxisInstance() -
Uses of YAxis in org.wicketstuff.jqplot.lib.chart
Methods in org.wicketstuff.jqplot.lib.chart that return YAxis Modifier and Type Method Description YAxis<S>AbstractChart. getYAxis() -
Uses of YAxis in org.wicketstuff.jqplot.lib.elements
Methods in org.wicketstuff.jqplot.lib.elements that return YAxis Modifier and Type Method Description YAxis<T>Axes. getYaxis()YAxis<T>Axes. yAxisInstance()Methods in org.wicketstuff.jqplot.lib.elements with parameters of type YAxis Modifier and Type Method Description Axes<T>Axes. setYaxis(YAxis<T> yaxis)
-