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

Packages that use PlotBand
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. 
 

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

Methods in org.moxieapps.gwt.highcharts.client that return PlotBand
 PlotBand Axis.createPlotBand()
          Create a new plot band that can be configured, and then added to this axis instance via the Axis.setPlotBands(PlotBand...) method.
 PlotBand PlotBand.setColor(Color color)
          Convenience method for setting the 'color' option of the plot band, allowing for colors with opacity or gradients.
 PlotBand PlotBand.setColor(String color)
          Convenience method for setting the 'color' option of the plot band to an RGB hex value.
 PlotBand PlotBand.setFrom(Number from)
          Convenience method for setting the 'from' option of the plot band.
 PlotBand PlotBand.setLabel(PlotBandLabel plotBandLabel)
          Convenience method for setting the 'label' options of the plot band.
 PlotBand PlotBand.setTo(Number to)
          Convenience method for setting the 'to' option of the plot band.
 PlotBand PlotBand.setZIndex(Number zIndex)
          Convenience method for setting the 'zIndex' option of the plot band.
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type PlotBand
 T Axis.addPlotBands(PlotBand... plotBands)
          Allows plot bands to be added to an axis after the chart is rendered.
 T Axis.removePlotBand(PlotBand plotBand)
          Remove the given plot band from the chart after it has been rendered, automatically redrawing the chart after the plot band has been removed.
 T Axis.setPlotBands(PlotBand... plotBands)
          Sets the 'plotBands' array for the axis.
 



Copyright © 2015. All Rights Reserved.