| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client |
| Modifier and Type | Method and Description |
|---|---|
PlotBand |
Axis.createPlotBand()
Create a new plot band that can be configured, and then added to this axis instance via the
Axis.setPlotBands(PlotBand...) method. |
PlotBand |
PlotBand.setColor(Color color)
Convenience method for setting the 'color' option of the plot band, allowing for
colors with opacity or gradients.
|
PlotBand |
PlotBand.setColor(String color)
Convenience method for setting the 'color' option of the plot band to an RGB hex value.
|
PlotBand |
PlotBand.setFrom(Number from)
Convenience method for setting the 'from' option of the plot band.
|
PlotBand |
PlotBand.setLabel(PlotBandLabel plotBandLabel)
Convenience method for setting the 'label' options of the plot band.
|
PlotBand |
PlotBand.setTo(Number to)
Convenience method for setting the 'to' option of the plot band.
|
PlotBand |
PlotBand.setZIndex(Number zIndex)
Convenience method for setting the 'zIndex' option of the plot band.
|
| Modifier and Type | Method and Description |
|---|---|
T |
Axis.addPlotBands(PlotBand... plotBands)
Allows plot bands to be added to an axis after the chart is rendered.
|
T |
Axis.removePlotBand(PlotBand plotBand)
Remove the given plot band from the chart after it has been rendered, automatically
redrawing the chart after the plot band has been removed.
|
T |
Axis.setPlotBands(PlotBand... plotBands)
Sets the 'plotBands' array for the axis.
|
Copyright © 2015. All Rights Reserved.