Uses of Class
com.googlecode.wickedcharts.highcharts.options.Marker

Packages that use Marker
com.googlecode.wickedcharts.highcharts.options   
com.googlecode.wickedcharts.highcharts.options.series   
 

Uses of Marker in com.googlecode.wickedcharts.highcharts.options
 

Methods in com.googlecode.wickedcharts.highcharts.options that return Marker
 Marker PlotOptions.getMarker()
           
 Marker Marker.setColor(ColorReference color)
           
 Marker Marker.setEnabled(Boolean enabled)
           
 Marker Marker.setFillColor(Color color)
           
 Marker Marker.setFillColor(ColorReference fillColor)
           
 Marker Marker.setLineColor(Color color)
           
 Marker Marker.setLineColor(ColorReference lineColor)
           
 Marker Marker.setLineWidth(Integer lineWidth)
           
 Marker Marker.setRadius(Integer radius)
           
 Marker Marker.setStates(StatesChoice states)
           
 Marker Marker.setSymbol(Symbol symbol)
           
 

Methods in com.googlecode.wickedcharts.highcharts.options with parameters of type Marker
 PlotOptions PlotOptions.setMarker(Marker marker)
           
 

Uses of Marker in com.googlecode.wickedcharts.highcharts.options.series
 

Methods in com.googlecode.wickedcharts.highcharts.options.series that return Marker
 Marker Series.getMarker()
           
 Marker Point.getMarker()
           
 

Methods in com.googlecode.wickedcharts.highcharts.options.series with parameters of type Marker
 Series<D> Series.setMarker(Marker marker)
           
 Point Point.setMarker(Marker marker)
           
 



Copyright © 2013. All Rights Reserved.