|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Axis | |
|---|---|
| com.googlecode.wickedcharts.highcharts.options | |
| com.googlecode.wickedcharts.highcharts.options.interaction | |
| com.googlecode.wickedcharts.highcharts.options.util | |
| Uses of Axis in com.googlecode.wickedcharts.highcharts.options |
|---|
| Subclasses of Axis in com.googlecode.wickedcharts.highcharts.options | |
|---|---|
class |
XAxis
Deprecated. |
class |
YAxis
Deprecated. |
| Methods in com.googlecode.wickedcharts.highcharts.options that return types with arguments of type Axis | |
|---|---|
List<Axis> |
Options.getxAxis()
|
List<Axis> |
Options.getyAxis()
|
| Methods in com.googlecode.wickedcharts.highcharts.options with parameters of type Axis | |
|---|---|
Options |
Options.addxAxis(Axis xAxis)
Adds an XAxis to the chart. |
Options |
Options.addyAxis(Axis yAxis)
Adds an YAxis to the chart. |
Options |
Options.setxAxis(Axis xAxis)
Sets the single xAxis. |
Options |
Options.setyAxis(Axis yAxis)
Sets the single yAxis. |
| Method parameters in com.googlecode.wickedcharts.highcharts.options with type arguments of type Axis | |
|---|---|
Options |
Options.setxAxis(List<Axis> xAxis)
|
Options |
Options.setyAxis(List<Axis> yAxis)
|
| Uses of Axis in com.googlecode.wickedcharts.highcharts.options.interaction |
|---|
| Methods in com.googlecode.wickedcharts.highcharts.options.interaction that return Axis | |
|---|---|
Axis |
Selection.getAxis()
Returns the Axis object of the axis this selection was made on. |
| Methods in com.googlecode.wickedcharts.highcharts.options.interaction with parameters of type Axis | |
|---|---|
void |
Selection.setAxis(Axis axis)
|
| Uses of Axis in com.googlecode.wickedcharts.highcharts.options.util |
|---|
| Methods in com.googlecode.wickedcharts.highcharts.options.util that return Axis | |
|---|---|
static Axis |
OptionsUtil.getAxisWithWickedChartsId(Options options,
int wickedChartsId)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||