Uses of Interface
org.moxieapps.gwt.highcharts.client.labels.DataLabelsFormatter

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

Methods in org.moxieapps.gwt.highcharts.client.labels that return DataLabelsFormatter
 DataLabelsFormatter BaseDataLabels.getFormatter()
          Returns the custom data labels formatter that has been applied to the labels, or null if the built-in generic formatter is being used instead.
 

Methods in org.moxieapps.gwt.highcharts.client.labels with parameters of type DataLabelsFormatter
 T BaseDataLabels.setFormatter(DataLabelsFormatter dataLabelsFormatter)
          Sets a custom formatter for the labels that can be used to control how the text of the data labels will be displayed.
 



Copyright © 2015. All Rights Reserved.