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

Packages that use FunnelPlotOptions
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. 
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 FunnelPlotOptions in org.moxieapps.gwt.highcharts.client
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type FunnelPlotOptions
 T BaseChart.setFunnelPlotOptions(FunnelPlotOptions funnelPlotOptions)
          Updates the options that all funnel type series within the chart will use by default.
 

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

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return FunnelPlotOptions
 FunnelPlotOptions FunnelPlotOptions.setFunnelDataLabels(FunnelDataLabels funnelDataLabels)
          Convenience method for setting the 'dataLabels' plot option to a configuration object that is more specific to funnel charts.
 FunnelPlotOptions FunnelPlotOptions.setHeight(Number height)
          Convenience method for setting the 'height' option of a funnel chart.
 FunnelPlotOptions FunnelPlotOptions.setHeight(String height)
          Convenience method for setting the 'height' option of a funnel chart.
 FunnelPlotOptions FunnelPlotOptions.setNeckHeight(Number height)
          Convenience method for setting the "height" option for the funnel plot options.
 FunnelPlotOptions FunnelPlotOptions.setNeckHeight(String neckHeight)
          Convenience method for setting the "height" option for the funnel plot options.
 FunnelPlotOptions FunnelPlotOptions.setNeckWidth(Number neckWidth)
          Convenience method for setting the "neckWidth" option for the funnel plot options.
 FunnelPlotOptions FunnelPlotOptions.setNeckWidth(String neckWidth)
          Convenience method for setting the "neckWidth" option for the funnel plot options.
 FunnelPlotOptions FunnelPlotOptions.setWidth(Number width)
          Convenience method for setting the "width" option for the funnel plot options.
 FunnelPlotOptions FunnelPlotOptions.setWidth(String width)
          Convenience method for setting the "width" option for the funnel plot options.
 



Copyright © 2015. All Rights Reserved.