| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client | |
| org.moxieapps.gwt.highcharts.client.events |
| Modifier and Type | Class and Description |
|---|---|
class |
Axis<T extends Axis>
The base class for both the X and Y axis types, which allows for general options to be set via
the inherited
Configurable.setOption(String, Object) method. |
| Modifier and Type | Class and Description |
|---|---|
class |
XAxis
Provides access to an object that can abe used to configure and manage the x-axis of the chart.
|
class |
YAxis
Provides access to an object that can abe used to configure and manage the y-axis of the chart.
|
class |
ZAxis
Provides access to an object that can abe used to configure and manage the z-axis of the chart.
|
| Modifier and Type | Method and Description |
|---|---|
T |
Axis.update(Axis axisOptions)
Update an axis object with a new set of options.
|
T |
Axis.update(Axis axisOptions,
boolean redraw)
Update an axis object with a new set of options.
|
| Modifier and Type | Field and Description |
|---|---|
protected Axis<?> |
AxisEvent.axis |
| Modifier and Type | Method and Description |
|---|---|
Axis<?> |
AxisEvent.getAxis()
Get the axis instance that received the event.
|
| Constructor and Description |
|---|
AxisEvent(com.google.gwt.core.client.JavaScriptObject event,
Axis<?> axis)
We can only be created by instantiating one of our sub classes.
|
AxisSetExtremesEvent(com.google.gwt.core.client.JavaScriptObject event,
Axis<?> axis)
This constructor is intended for internal use only.
|
Copyright © 2015. All Rights Reserved.