Uses of Class
org.moxieapps.gwt.highcharts.client.labels.BaseDataLabels

Packages that use BaseDataLabels
org.moxieapps.gwt.highcharts.client.labels Provides configuration objects that are used to control the display of the axis labels and data labels on the charts. 
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 BaseDataLabels in org.moxieapps.gwt.highcharts.client.labels
 

Classes in org.moxieapps.gwt.highcharts.client.labels with type parameters of type BaseDataLabels
 class BaseDataLabels<T extends BaseDataLabels>
          A common base class for both DataLabels and ProportionalDataLabels 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 BaseDataLabels in org.moxieapps.gwt.highcharts.client.labels
 class DataLabels
          A simple configurable class that can be used to represent custom data label display options, which can then be set as the default data label display approach which can then be applied to a PlotOptions (via the PlotOptions.setDataLabels(org.moxieapps.gwt.highcharts.client.labels.DataLabels) method).
 class FunnelDataLabels
          A configurable class that can be used to represent custom data label display options for funnel charts, which can then be set as the default data label display approach and applied to the FunnelPlotOptions (via the FunnelPlotOptions.setFunnelDataLabels(FunnelDataLabels) method).
 class PieDataLabels
          A configurable class that can be used to represent custom data label display options for pie charts, which can then be set as the default data label display approach and applied to the PiePlotOptions (via the PiePlotOptions.setPieDataLabels(PieDataLabels) method).
 class ProportionalDataLabels<T extends ProportionalDataLabels>
          A configurable class that can be used to represent custom data label display options for pie charts and funnel charts, which can then be set as the default data label display approach and applied to the ProportionalPlotOptions (via the FunnelPlotOptions.setFunnelDataLabels(FunnelDataLabels) or PiePlotOptions.setPieDataLabels(PieDataLabels) methods).
 class PyramidDataLabels
          A configurable class that can be used to represent custom data label display options for funnel charts, which can then be set as the default data label display approach and applied to the FunnelPlotOptions (via the FunnelPlotOptions.setFunnelDataLabels(FunnelDataLabels) method).
 

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

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return BaseDataLabels
 BaseDataLabels PlotOptions.getDataLabels()
          Returns a reference to the data labels configuration that was set on this plot options, or null if none were set.
 

Methods in org.moxieapps.gwt.highcharts.client.plotOptions with parameters of type BaseDataLabels
protected  T PlotOptions.setBaseDataLabels(BaseDataLabels baseDataLabels)
           
 



Copyright © 2015. All Rights Reserved.