| Package | Description |
|---|---|
| org.wicketstuff.jqplot.lib | |
| org.wicketstuff.jqplot.lib.chart | |
| org.wicketstuff.jqplot.lib.elements |
| Modifier and Type | Field and Description |
|---|---|
protected Axes<T> |
ChartConfiguration.axes
The axes.
|
| Modifier and Type | Method and Description |
|---|---|
Axes<T> |
ChartConfiguration.axesInstance()
Instantiates the axes.
|
Axes<T> |
ChartConfiguration.createAxes()
Deprecated.
use withAxes()
|
Axes<T> |
ChartConfiguration.getAxes()
Gets the axes.
|
| Modifier and Type | Method and Description |
|---|---|
ChartConfiguration<T> |
ChartConfiguration.setAxes(Axes<T> axes)
Sets the axes.
|
| Modifier and Type | Method and Description |
|---|---|
Axes<S> |
AbstractChart.createAxes()
Deprecated.
|
Axes<S> |
AbstractChart.getAxes() |
| Modifier and Type | Method and Description |
|---|---|
AbstractChart<T,S> |
AbstractChart.setAxes(Axes<S> axes) |
| Modifier and Type | Method and Description |
|---|---|
Axes<T> |
Axes.setX2axis(X2Axis<T> x2axis) |
Axes<T> |
Axes.setXaxis(XAxis<T> xaxis) |
Axes<T> |
Axes.setY2axis(Y2Axis<T> y2axis) |
Axes<T> |
Axes.setYaxis(YAxis<T> yaxis) |
Copyright © 2024. All rights reserved.