org.moxieapps.gwt.highcharts.client.plotOptions
Class AreaSplineRangePlotOptions

java.lang.Object
  extended by org.moxieapps.gwt.highcharts.client.Configurable<T>
      extended by org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions<T>
          extended by org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaSplinePlotOptions<AreaSplineRangePlotOptions>
              extended by org.moxieapps.gwt.highcharts.client.plotOptions.AreaSplineRangePlotOptions

public class AreaSplineRangePlotOptions
extends BaseAreaSplinePlotOptions<AreaSplineRangePlotOptions>

Represents the general plot options available for all area spline range type series, which can be set either generically on the chart via the BaseChart.setAreaSplineRangePlotOptions(AreaSplineRangePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.

Note that these options are only needed if you want to specifically control the general options for all area spline range type series in the entire chart. If you instead want to control the options for all series in the chart (not just those of an area spline range type), then you can use the SeriesPlotOptions class instead. Or, if you want to control the plot options for just one series (and not all area spline range type series in the chart), use the Series.setPlotOptions(org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions) method.

Note that the highcharts-more.js script must be included in your GWT module to use AreaSplineRange charts.

Since:
1.5.0
Author:
myersj@gmail.com (Jeff Myers)

Nested Class Summary
 
Nested classes/interfaces inherited from class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
PlotOptions.Cursor, PlotOptions.PointPlacement, PlotOptions.Stacking
 
Constructor Summary
AreaSplineRangePlotOptions()
           
 
Method Summary
 
Methods inherited from class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaSplinePlotOptions
setConnectEnds, setConnectNulls, setFillColor, setFillColor, setFillOpacity, setGapSize, setLineColor, setLineColor, setTrackByArea
 
Methods inherited from class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
getDataLabels, setAllowPointSelect, setAnimation, setAnimation, setBaseDataLabels, setColor, setColor, setCropThreshold, setCursor, setDashStyle, setDataGrouping, setDataLabels, setEnableMouseTracking, setHoverStateEnabled, setHoverStateLineWidth, setHoverStateMarker, setId, setLegendIndex, setLineWidth, setLinkedTo, setLinkedTo, setMarker, setNegativeColor, setNegativeColor, setPointInterval, setPointPlacement, setPointStart, setSelected, setShadow, setShowCheckbox, setShowInLegend, setStacking, setStickyTracking, setThreshold, setTurboThreshold, setVisible, setZIndex, setZoneAxis, setZones
 
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
 

Constructor Detail

AreaSplineRangePlotOptions

public AreaSplineRangePlotOptions()


Copyright © 2015. All Rights Reserved.