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

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

Classes in org.moxieapps.gwt.highcharts.client.plotOptions with type parameters of type BaseGaugePart
 class BaseGaugePart<T extends BaseGaugePart>
          A common base class for both Dial and Pivot 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 BaseGaugePart in org.moxieapps.gwt.highcharts.client.plotOptions
 class Dial
          Represents the general dial options available for for the gauge's dial, which can be set either generically on the chart via the BaseChart.setGaugePlotOptions(GaugePlotOptions) method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class Pivot
          Represents the general dial options available for for the gauge's dial, which can be set either generically on the chart via the BaseChart.setGaugePlotOptions(GaugePlotOptions) method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 



Copyright © 2015. All Rights Reserved.