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

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

Classes in org.moxieapps.gwt.highcharts.client.labels with type parameters of type Labels
 class Labels<T extends Labels>
          Represents the common base class for all label configuration option types, which allows for general options to be set via the inherited Configurable.setOption(String, Object) method.
 

Subclasses of Labels in org.moxieapps.gwt.highcharts.client.labels
 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.
 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).
 class StackLabels
          Represents the configuration options that can be set for the stack labels on the y-axis of a chart, and can then be passed to the YAxis.setStackLabels(StackLabels) method.
 class XAxisLabels
          Represents the configuration options that can be set for the labels on the x-axis of a chart, and can then be passed to the XAxis.setLabels(org.moxieapps.gwt.highcharts.client.labels.XAxisLabels) method.
 class YAxisLabels
          Represents the configuration options that can be set for the labels on the x-axis of a chart, and can then be passed to the YAxis.setLabels(org.moxieapps.gwt.highcharts.client.labels.YAxisLabels) method.
 



Copyright © 2015. All Rights Reserved.