| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client | |
| org.moxieapps.gwt.highcharts.client.plotOptions |
| Modifier and Type | Method and Description |
|---|---|
T |
BaseChart.setBarPlotOptions(BarPlotOptions barPlotOptions)
Updates the options that all bar type series within the chart will use by default.
|
| Modifier and Type | Method and Description |
|---|---|
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.