| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client | |
| org.moxieapps.gwt.highcharts.client.plotOptions |
| Modifier and Type | Method and Description |
|---|---|
Point |
Point.setMarker(Marker marker)
Override the individual point marker for the point.
|
| Modifier and Type | Method and Description |
|---|---|
Marker |
Marker.setEnabled(boolean enabled)
Convenience method for setting the 'enabled' option for the markers.
|
Marker |
Marker.setFillColor(Color fillColor)
Convenience method for setting the 'fillColor' option of the markers, allowing for
colors with opacity or gradients.
|
Marker |
Marker.setFillColor(String fillColor)
Convenience method for setting the 'fillColor' option of the markers to a RGB hex value.
|
Marker |
Marker.setHoverState(Marker hoverState)
Set the configuration options for the hovered point marker.
|
Marker |
Marker.setLineColor(Color lineColor)
Convenience method for setting the 'lineColor' option of the markers, allowing for
colors with opacity or gradients.
|
Marker |
Marker.setLineColor(String lineColor)
Convenience method for setting the 'lineColor' option of the markers to a RGB hex value.
|
Marker |
Marker.setLineWidth(Number lineWidth)
Convenience method for setting the 'lineWidth' option for the markers.
|
Marker |
Marker.setRadius(Number radius)
Convenience method for setting the 'radius' option for the markers.
|
Marker |
Marker.setSelectState(Marker selectState)
Set the configuration options for the selected point marker.
|
Marker |
Marker.setSymbol(Marker.Symbol symbol)
Convenience method for setting the 'symbol' option for the markers.
|
Marker |
Marker.setSymbol(String symbolURL)
Convenience method for setting the 'symbol' option for markers to a URL.
|
| Modifier and Type | Method and Description |
|---|---|
Marker |
Marker.setHoverState(Marker hoverState)
Set the configuration options for the hovered point marker.
|
T |
PlotOptions.setHoverStateMarker(Marker marker)
Convenience method for setting the 'marker' plot options for the hover state.
|
T |
PlotOptions.setMarker(Marker marker)
Convenience method for setting the 'marker' plot options.
|
Marker |
Marker.setSelectState(Marker selectState)
Set the configuration options for the selected point marker.
|
Copyright © 2015. All Rights Reserved.