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

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

Classes in org.moxieapps.gwt.highcharts.client.plotOptions with type parameters of type BaseStatisticalPlotOptions
 class BaseStatisticalPlotOptions<T extends BaseStatisticalPlotOptions>
          A common base class for both BoxPlotOptions and ErrorBarPlotOptions 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 BaseStatisticalPlotOptions in org.moxieapps.gwt.highcharts.client.plotOptions
 class BoxPlotOptions
          Represents the general plot options available for all box type series, which can be set either generically on the chart via the BaseChart.setBoxPlotOptions(BoxPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class ErrorBarPlotOptions
          Represents the general plot options available for all error bar type series, which can be set either generically on the chart via the BaseChart.setErrorBarPlotOptions(ErrorBarPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 



Copyright © 2015. All Rights Reserved.