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

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

Classes in org.moxieapps.gwt.highcharts.client.plotOptions with type parameters of type BaseProportionalPlotOptions
 class BaseProportionalPlotOptions<T extends BaseProportionalPlotOptions>
          A common base class for both FunnelPlotOptions and PiePlotOptions to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
 

Subclasses of BaseProportionalPlotOptions in org.moxieapps.gwt.highcharts.client.plotOptions
 class FunnelPlotOptions
          Represents the general plot options available for all funnel type series, which can be set either generically on the chart via the BaseChart.setFunnelPlotOptions(FunnelPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class PiePlotOptions
          Represents the general plot options available for all pie type series, which can be set either generically on the chart via the BaseChart.setPiePlotOptions(PiePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class PyramidPlotOptions
          Represents the general plot options available for all pyramid type series, which can be set either generically on the chart via the BaseChart.setPyramidPlotOptions(PyramidPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return BaseProportionalPlotOptions
 BaseProportionalPlotOptions BaseProportionalPlotOptions.setPointLegendItemClickEventHandler(PointLegendItemClickEventHandler pointLegendItemClickEventHandler)
          Set a callback handler that will be invoked whenever the user clicks on the legend item points in a pie or funnel series.
 



Copyright © 2015. All Rights Reserved.