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

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

Methods in org.moxieapps.gwt.highcharts.client that return Credits
 Credits Credits.setAlign(Credits.Align align)
          Convenience method for setting the 'align' option of the credits.
 Credits Credits.setEnabled(boolean enabled)
          Convenience method for setting the 'enabled' option for the credits.
 Credits Credits.setHref(String href)
          Convenience method for setting the 'href' option of the credits.
 Credits Credits.setStyle(Style style)
          Convenience method for setting the 'style' options of the credits.
 Credits Credits.setText(String text)
          Convenience method for setting the 'text' option of the credits.
 Credits Credits.setVerticalAlign(Credits.VerticalAlign verticalAlign)
          Convenience method for setting the 'verticalAlign' option of the credits.
 Credits Credits.setX(Number x)
          Convenience method for setting the 'x' position option of the credits.
 Credits Credits.setY(Number y)
          Convenience method for setting the 'y' position option of the credits.
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type Credits
 T BaseChart.setCredits(Credits credits)
          Convenience method for setting the 'credits' options of the chart.
 



Copyright © 2015. All Rights Reserved.