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

Packages that use Marker
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 Marker in org.moxieapps.gwt.highcharts.client
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type Marker
 Point Point.setMarker(Marker marker)
          Override the individual point marker for the point.
 

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

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return Marker
 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.
 

Methods in org.moxieapps.gwt.highcharts.client.plotOptions with parameters of type Marker
 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.