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

Packages that use ProportionalDataLabels
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. 
 

Uses of ProportionalDataLabels in org.moxieapps.gwt.highcharts.client.labels
 

Classes in org.moxieapps.gwt.highcharts.client.labels with type parameters of type ProportionalDataLabels
 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).
 

Subclasses of ProportionalDataLabels in org.moxieapps.gwt.highcharts.client.labels
 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 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).
 



Copyright © 2015. All Rights Reserved.