Uses of Class
org.moxieapps.gwt.highcharts.client.LabelItem

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

Methods in org.moxieapps.gwt.highcharts.client that return LabelItem
 LabelItem LabelItem.setHtml(String html)
          Convenience method for setting the 'html' option of the label item.
 LabelItem LabelItem.setStyle(Style style)
          Convenience method for setting the 'style' options of the label item.
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type LabelItem
 T BaseChart.setLabelItems(LabelItem... labelItems)
          Sets HTML labels that can be positioned anywhere in the chart area.
 



Copyright © 2015. All Rights Reserved.