| Package | Description |
|---|---|
| org.wicketstuff.jqplot.lib | |
| org.wicketstuff.jqplot.lib.axis | |
| org.wicketstuff.jqplot.lib.chart | |
| org.wicketstuff.jqplot.lib.elements |
| Modifier and Type | Field and Description |
|---|---|
protected Axis<T> |
ChartConfiguration.axesDefaults
The axes defaults.
|
| Modifier and Type | Method and Description |
|---|---|
Axis<T> |
ChartConfiguration.axesDefaultsInstance()
Instantiates the axes defaults.
|
Axis<T> |
ChartConfiguration.createAxesDefaults()
Deprecated.
|
Axis<T> |
ChartConfiguration.getAxesDefaults()
Gets the axes defaults.
|
| Modifier and Type | Method and Description |
|---|---|
ChartConfiguration<T> |
ChartConfiguration.setAxesDefaults(Axis<T> axesDefaults)
Sets the axes defaults.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AxisNumber
The Class AxisNumber.
|
class |
AxisString
Default implementation of Axis.
|
class |
X2Axis<T extends Serializable>
which x axis to use with this series, either 'xaxis' or 'x2axis'.
|
class |
XAxis<T extends Serializable>
which x axis to use with this series, either 'xaxis' or 'x2axis'.
|
class |
Y2Axis<T extends Serializable>
which y axis to use with this series, either 'yaxis' or 'y2axis'.
|
class |
YAxis<T extends Serializable>
which y axis to use with this series, either 'yaxis' or 'y2axis'.
|
| Modifier and Type | Method and Description |
|---|---|
Axis<T> |
Axis.rendererOptions(RendererOptions rendererOptions)
Renderer options.
|
Axis<T> |
Axis.setAutoScale(Boolean autoScale)
Sets the auto scale.
|
Axis<T> |
Axis.setLabel(String label)
Sets the label.
|
Axis<T> |
Axis.setLabelRenderer(JqPlotResources labelRenderer)
Sets the label renderer.
|
Axis<T> |
Axis.setMax(Serializable max)
Sets the max.
|
Axis<T> |
Axis.setMin(Serializable min)
Sets the min.
|
Axis<T> |
Axis.setPad(Float pad)
Sets the pad.
|
Axis<T> |
Axis.setRenderer(JqPlotResources renderer)
Sets the renderer.
|
Axis<T> |
Axis.setRendererOptions(RendererOptions rendererOptions)
Sets the renderer options.
|
Axis<T> |
Axis.setTickOptions(TickOptions tickOptions)
Sets the tick options.
|
Axis<T> |
Axis.setTickRenderer(JqPlotResources tickRenderer)
Sets the tick renderer.
|
Axis<T> |
Axis.setTicks(String... ticks)
Sets the ticks.
|
| Modifier and Type | Method and Description |
|---|---|
Axis<S> |
AbstractChart.createAxesDefaults()
Deprecated.
|
Axis<S> |
AbstractChart.getAxesDefaults() |
| Modifier and Type | Method and Description |
|---|---|
AbstractChart<T,S> |
AbstractChart.setAxesDefaults(Axis<S> axesDefaults) |
| Modifier and Type | Method and Description |
|---|---|
Axis<T>[] |
Grid.getAxis()
Gets the axis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.setAxis(Axis<T>[] axis)
Sets the axis.
|
Copyright © 2020. All rights reserved.