org.moxieapps.gwt.highcharts.client
Class ZAxis

java.lang.Object
  extended by org.moxieapps.gwt.highcharts.client.Configurable<T>
      extended by org.moxieapps.gwt.highcharts.client.Axis<ZAxis>
          extended by org.moxieapps.gwt.highcharts.client.ZAxis

public class ZAxis
extends Axis<ZAxis>

Provides access to an object that can abe used to configure and manage the z-axis of the chart. Note that you can not instance an instance of this object directly, and instead should use the BaseChart.getZAxis() method to gain a reference to this object. Example usage:


 chart.getZAxis()
    .setType(Axis.Type.LINEAR)
    .setAxisTitleText("Sales")
    .setLineWidth(3);
 

Since:
1.7.0
Author:
cskowron@moxiegroup.com (Cory Skowronek

Nested Class Summary
 
Nested classes/interfaces inherited from class org.moxieapps.gwt.highcharts.client.Axis
Axis.TickPosition, Axis.Type, Axis.WeekDay
 
Method Summary
 
Methods inherited from class org.moxieapps.gwt.highcharts.client.Axis
addPlotBands, addPlotLines, createPlotBand, createPlotLine, getAxisSetExtremesEventHandler, getExtremes, getNativeAxis, removePlotBand, removePlotLine, setAllowDecimals, setAlternateGridColor, setAxisSetExtremesEventHandler, setAxisTitle, setAxisTitle, setAxisTitleText, setAxisTitleText, setDateTimeLabelFormats, setEndOnTick, setExtremes, setExtremes, setExtremes, setGridLineColor, setGridLineDashStyle, setGridLineWidth, setLineColor, setLineWidth, setLinkedTo, setMax, setMaxPadding, setMaxZoom, setMin, setMinorGridLineColor, setMinorGridLineDashStyle, setMinorGridLineWidth, setMinorTickColor, setMinorTickInterval, setMinorTickIntervalAuto, setMinorTickLength, setMinorTickPosition, setMinorTickWidth, setMinPadding, setOffset, setOpposite, setPlotBands, setPlotLines, setReversed, setShowEmpty, setShowFirstLabel, setShowLastLabel, setStartOfWeek, setStartOnTick, setTickColor, setTickInterval, setTickLength, setTickPixelInterval, setTickPosition, setTickWidth, setType, update, update
 
Methods inherited from class org.moxieapps.gwt.highcharts.client.Configurable
getOptions, setOption
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Copyright © 2015. All Rights Reserved.