Uses of Class
org.moxieapps.gwt.highcharts.client.Axis

Packages that use Axis
org.moxieapps.gwt.highcharts.client This is the core package of the library, which includes the Chart and StockChart classes which most applications will want to start with when using Highcharts or Highstock visualizations. 
org.moxieapps.gwt.highcharts.client.events Provides event handler interfaces and access to the raw data of the events that can be triggered on a chart. 
 

Uses of Axis in org.moxieapps.gwt.highcharts.client
 

Classes in org.moxieapps.gwt.highcharts.client with type parameters of type Axis
 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.
 

Subclasses of Axis in org.moxieapps.gwt.highcharts.client
 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.
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type Axis
 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.
 

Uses of Axis in org.moxieapps.gwt.highcharts.client.events
 

Fields in org.moxieapps.gwt.highcharts.client.events declared as Axis
protected  Axis<?> AxisEvent.axis
           
 

Methods in org.moxieapps.gwt.highcharts.client.events that return Axis
 Axis<?> AxisEvent.getAxis()
          Get the axis instance that received the event.
 

Constructors in org.moxieapps.gwt.highcharts.client.events with parameters of type Axis
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.