Uses of Class
org.moxieapps.gwt.highcharts.client.plotOptions.BarPlotOptions

Packages that use BarPlotOptions
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. 
org.moxieapps.gwt.highcharts.client.plotOptions Provides configuration objects that are used to control how each of the different series types will be rendered. 
 

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

Methods in org.moxieapps.gwt.highcharts.client with parameters of type BarPlotOptions
 T BaseChart.setBarPlotOptions(BarPlotOptions barPlotOptions)
          Updates the options that all bar type series within the chart will use by default.
 

Uses of BarPlotOptions in org.moxieapps.gwt.highcharts.client.plotOptions
 

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return BarPlotOptions
 BarPlotOptions BarPlotOptions.setBorderColor(Color borderColor)
          Convenience method for setting the 'borderColor' option of the bar plot options, allowing for colors with opacity or gradients.
 BarPlotOptions BarPlotOptions.setBorderColor(String borderColor)
          Convenience method for setting the 'borderColor' option of the bar plot options to a RGB hex value.
 BarPlotOptions BarPlotOptions.setBorderRadius(Number borderRadius)
          Convenience method for setting the 'borderRadius' option of the bar plot options.
 BarPlotOptions BarPlotOptions.setBorderWidth(Number borderWidth)
          Convenience method for setting the 'borderWidth' option of the bar plot options.
 BarPlotOptions BarPlotOptions.setColorByPoint(boolean colorByPoint)
          Convenience method for setting the 'colorByPoint' option of the bar plot options.
 BarPlotOptions BarPlotOptions.setGroupPadding(Number groupPadding)
          Convenience method for setting the 'groupPadding' option of the bar plot options.
 BarPlotOptions BarPlotOptions.setMinPointLength(Number minPointLength)
          Convenience method for setting the 'minPointLength' option of the bar plot options.
 BarPlotOptions BarPlotOptions.setPointPadding(Number pointPadding)
          Convenience method for setting the 'pointPadding' option of the bar plot options.
 BarPlotOptions BarPlotOptions.setPointWidth(Number pointWidth)
          Convenience method for setting the 'pointWidth' option of the bar plot options.
 



Copyright © 2015. All Rights Reserved.