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

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

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

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

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return PiePlotOptions
 PiePlotOptions PiePlotOptions.setPieDataLabels(PieDataLabels pieDataLabels)
          Convenience method for setting the 'dataLabels' plot option to a configuration object that is more specific to pie charts.
 PiePlotOptions PiePlotOptions.setPointLegendItemClickEventHandler(PointLegendItemClickEventHandler pointLegendItemClickEventHandler)
          Set a callback handler that will be invoked whenever the user clicks on the legend item points in a pie series.
 



Copyright © 2015. All Rights Reserved.