Uses of Class
org.moxieapps.gwt.highcharts.client.plotOptions.Zone

Packages that use Zone
org.moxieapps.gwt.highcharts.client.plotOptions Provides configuration objects that are used to control how each of the different series types will be rendered. 
 

Uses of Zone in org.moxieapps.gwt.highcharts.client.plotOptions
 

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return Zone
 Zone Zone.setColor(Color color)
          Convenience method for setting the 'color' option of the zone.
 Zone Zone.setColor(String color)
          Convenience method for setting the 'color' option of the zone.
 Zone Zone.setDashStyle(PlotLine.DashStyle dashStyle)
          Convenience method for setting the 'dashStyle' option of the zone.
 Zone Zone.setFillColor(Color fillColor)
          Convenience method for setting the 'fillColor' option of the zone.
 Zone Zone.setFillColor(String fillColor)
          Convenience method for setting the 'fillColor' option of the zone.
 Zone Zone.setValue(Number value)
          Convenience method for setting the 'value' option of the zone.
 

Methods in org.moxieapps.gwt.highcharts.client.plotOptions with parameters of type Zone
 T PlotOptions.setZones(Zone... zones)
          Convenience method for setting the 'zone' plot option.
 



Copyright © 2015. All Rights Reserved.