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

Packages that use LegendLabelsFormatter
org.moxieapps.gwt.highcharts.client This is the core package of the library, which includes the Chart and StockChart classes which most applications will want to start with when using Highcharts or Highstock visualizations. 
 

Uses of LegendLabelsFormatter in org.moxieapps.gwt.highcharts.client
 

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

Methods in org.moxieapps.gwt.highcharts.client with parameters of type LegendLabelsFormatter
 Legend Legend.setLabelsFormatter(LegendLabelsFormatter legendLabelsFormatter)
          Sets a custom formatter for the labels that can be used to control how the text of the legend labels will be displayed.
 



Copyright © 2015. All Rights Reserved.