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

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

Classes in org.moxieapps.gwt.highcharts.client.plotOptions with type parameters of type BaseAreaSplinePlotOptions
 class BaseAreaSplinePlotOptions<T extends BaseAreaSplinePlotOptions>
          A common base class for both AreaSplinePlotOptions and AreaSplineRangePlotOptions 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 BaseAreaSplinePlotOptions in org.moxieapps.gwt.highcharts.client.plotOptions
 class AreaSplinePlotOptions
          Represents the general plot options available for all area spline type series, which can be set either generically on the chart via the BaseChart.setAreaSplinePlotOptions(AreaSplinePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class AreaSplineRangePlotOptions
          Represents the general plot options available for all area spline range type series, which can be set either generically on the chart via the BaseChart.setAreaSplineRangePlotOptions(AreaSplineRangePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 



Copyright © 2015. All Rights Reserved.