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

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

Methods in org.moxieapps.gwt.highcharts.client.labels that return AxisLabelsFormatter
 AxisLabelsFormatter YAxisLabels.getFormatter()
          Returns the custom axis labels formatter that has been applied to the y-axis, or null if the built-in generic formatter is being used instead.
 AxisLabelsFormatter XAxisLabels.getFormatter()
          Returns the custom axis labels formatter that has been applied to the x-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 AxisLabelsFormatter
 YAxisLabels YAxisLabels.setFormatter(AxisLabelsFormatter axisLabelsFormatter)
          Sets a custom formatter for the labels on the axis that can be used to control how the text of the labels will be displayed.
 XAxisLabels XAxisLabels.setFormatter(AxisLabelsFormatter axisLabelsFormatter)
          Sets a custom formatter for the labels on the axis that can be used to control how the text of the labels will be displayed.
 



Copyright © 2015. All Rights Reserved.