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

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

Methods in org.moxieapps.gwt.highcharts.client with parameters of type PyramidPlotOptions
 T BaseChart.setPyramidPlotOptions(PyramidPlotOptions pyramidPlotOptions)
          Updates the options that all pie type series within the chart will use by default.
 

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

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return PyramidPlotOptions
 PyramidPlotOptions PyramidPlotOptions.setHeight(Number height)
          Convenience method for setting the 'height' option of a funnel chart.
 PyramidPlotOptions PyramidPlotOptions.setHeight(String height)
          Convenience method for setting the 'height' option of a funnel chart.
 PyramidPlotOptions PyramidPlotOptions.setPyramidDataLabels(PyramidDataLabels pyramidDataLabels)
          Convenience method for setting the 'dataLabels' plot option to a configuration object that is more specific to funnel charts.
 



Copyright © 2015. All Rights Reserved.