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

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

Methods in org.moxieapps.gwt.highcharts.client that return Scrollbar
 Scrollbar Scrollbar.setBarBackgroundColor(String barBackgroundColor)
          Convenience method for setting the "barBackgroundColor" option for the scrollbar.
 Scrollbar Scrollbar.setBarBorderRadius(Number borderRadius)
          Convenience method for setting the "borderRadius" option for the scrollbar.
 Scrollbar Scrollbar.setBarBorderWidth(Number barBorderWidth)
          Convenience method for setting the "barBorderWidth" option for the scrollbar.
 Scrollbar Scrollbar.setBorderColor(String borderColor)
          Convenience method for setting the "borderColor" option for the scrollbar.
 Scrollbar Scrollbar.setButtonArrowColor(String buttonArrowColor)
          Convenience method for setting the "buttonArrowColor" option for the scrollbar.
 Scrollbar Scrollbar.setButtonBackgroundColor(String buttonBackgroundColor)
          Convenience method for setting the "buttonBackgroundColor" option for the scrollbar.
 Scrollbar Scrollbar.setButtonBorderColor(String buttonBorderColor)
          Convenience method for setting the "buttonBorderColor" option for the scrollbar.
 Scrollbar Scrollbar.setButtonBorderRadius(Number buttonBorderRadius)
          Convenience method for setting the "buttonBorderRadius" option for the scrollbar.
 Scrollbar Scrollbar.setButtonBorderWidth(Number buttonBorderWidth)
          Convenience method for setting the "buttonBorderWidth" option for the scrollbar.
 Scrollbar Scrollbar.setEnabled(boolean enabled)
          Convenience method for setting the "enabled" option for the scrollbar.
 Scrollbar Scrollbar.setHeight(Number height)
          Convenience method for setting the "height" option for the scrollbar.
 Scrollbar Scrollbar.setLiveRedraw(boolean liveRedraw)
          Convenience method for setting the "liveRedraw" option for the scrollbar.
 Scrollbar Scrollbar.setMinWidth(Number minWidth)
          Convenience method for setting the "minWidth" option for the scrollbar.
 Scrollbar Scrollbar.setRifleColor(String rifleColor)
          Convenience method for setting the "rifleColor" option for the scrollbar.
 Scrollbar Scrollbar.setTrackBackgroundColor(String trackBackgroundColor)
          Convenience method for setting the "trackBackgroundColor" option for the scrollbar.
 Scrollbar Scrollbar.setTrackBorderColor(String trackBorderColor)
          Convenience method for setting the "trackBorderColor" option for the scrollbar.
 Scrollbar Scrollbar.setTrackBorderRadius(Number trackBorderRadius)
          Convenience method for setting the "trackBorderRadius" option for the scrollbar.
 Scrollbar Scrollbar.setTrackBorderWidth(Number trackBorderWidth)
          Convenience method for setting the "trackBorderWidth" option for the scrollbar.
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type Scrollbar
 StockChart StockChart.setScrollbar(Scrollbar scrollbar)
          Convenience method for setting the 'scrollbar' chart options.
 



Copyright © 2015. All Rights Reserved.