| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client |
| Modifier and Type | Method and Description |
|---|---|
PlotLine |
Axis.createPlotLine()
Create a new plot line that can be configured, and then added to this axis instance via the
Axis.setPlotLines(PlotLine...) method. |
PlotLine |
PlotLine.setColor(Color color)
Convenience method for setting the 'color' option of the plot line, allowing for
colors with opacity or gradients.
|
PlotLine |
PlotLine.setColor(String color)
Convenience method for setting the 'color' option of the plot line to an RGB hex value.
|
PlotLine |
PlotLine.setDashStyle(PlotLine.DashStyle dashStyle)
Convenience method for setting the 'dashStyle' plot line optoin.
|
PlotLine |
PlotLine.setLabel(PlotLineLabel plotLineLabel)
Convenience method for setting the 'label' options of the plot line.
|
PlotLine |
PlotLine.setValue(Number value)
Convenience method for setting the 'value' option of the plot line.
|
PlotLine |
PlotLine.setWidth(Number width)
Convenience method for setting the 'width' option of the plot line.
|
PlotLine |
PlotLine.setZIndex(Number zIndex)
Convenience method for setting the 'zIndex' option of the plot line.
|
| Modifier and Type | Method and Description |
|---|---|
T |
Axis.addPlotLines(PlotLine... plotLines)
Allows plot lines to be added to an axis after the chart is rendered.
|
T |
Axis.removePlotLine(PlotLine plotLine)
Remove the given plot line from the chart after it has been rendered, automatically
redrawing the chart after the plot line has been removed.
|
T |
Axis.setPlotLines(PlotLine... plotLines)
Sets the 'plotLines' array for the axis.
|
Copyright © 2015. All Rights Reserved.