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

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

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

Methods in org.moxieapps.gwt.highcharts.client.labels with parameters of type StackLabelsFormatter
 StackLabels StackLabels.setFormatter(StackLabelsFormatter stackLabelsFormatter)
          Sets a custom formatter for the stack labels on the axis that can be used to control how the text of the stack labels will be displayed.
 



Copyright © 2015. All Rights Reserved.