com.googlecode.wickedcharts.highcharts.options
Class XAxis

java.lang.Object
  extended by com.googlecode.wickedcharts.highcharts.options.Axis
      extended by com.googlecode.wickedcharts.highcharts.options.XAxis
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class XAxis
extends Axis

Defines an X-Axis for a Highcharts chart.

DEPRECATED: use Axis instead.

Author:
Tom Hombergs (tom.hombergs@gmail.com)
See Also:
http://api.highcharts.com/highcharts#Axis, Serialized Form

Constructor Summary
XAxis()
          Deprecated.  
XAxis(AxisType type)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.googlecode.wickedcharts.highcharts.options.Axis
addPlotBand, addPlotLine, getAllowDecimals, getAlternateGridColor, getCategories, getDateTimeLabelFormats, getEndOnTick, getEvents, getGridLineColor, getGridLineDashStyle, getGridLineInterpolation, getGridLineWidth, getId, getLabels, getLineColor, getLineWidth, getLinkedTo, getMax, getMaxPadding, getMaxZoom, getMin, getMinorGridLineColor, getMinorGridLineDashStyle, getMinorGridLineWidth, getMinorTickColor, getMinorTickInterval, getMinorTickLength, getMinorTickPosition, getMinorTickWidth, getMinPadding, getMinRange, getOffset, getOpposite, getPlotBands, getPlotLines, getReversed, getShowEmpty, getShowFirstLabel, getShowLastLabel, getStackLabels, getStartOfWeek, getStartOnTick, getTickColor, getTickInterval, getTickLength, getTickmarkPlacement, getTickPixelInterval, getTickPosition, getTickWidth, getTitle, getType, getWickedChartsId, setAllowDecimals, setAlternateGridColor, setAlternateGridColor, setCategories, setCategories, setDateTimeLabelFormats, setEndOnTick, setEvents, setGridLineColor, setGridLineColor, setGridLineDashStyle, setGridLineInterpolation, setGridLineWidth, setId, setLabels, setLineColor, setLineColor, setLineWidth, setLinkedTo, setMax, setMaxPadding, setMaxZoom, setMin, setMinorGridLineColor, setMinorGridLineColor, setMinorGridLineDashStyle, setMinorGridLineWidth, setMinorTickColor, setMinorTickColor, setMinorTickInterval, setMinorTickLength, setMinorTickPosition, setMinorTickWidth, setMinPadding, setMinRange, setOffset, setOpposite, setPlotBands, setPlotLines, setReversed, setShowEmpty, setShowFirstLabel, setShowLastLabel, setStackLabels, setStartOfWeek, setStartOnTick, setTickColor, setTickColor, setTickInterval, setTickLength, setTickmarkPlacement, setTickPixelInterval, setTickPosition, setTickWidth, setTitle, setType, setWickedChartsId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XAxis

public XAxis()
Deprecated. 

XAxis

public XAxis(AxisType type)
Deprecated. 


Copyright © 2013. All Rights Reserved.