com.googlecode.wickedcharts.highcharts.options
Class Crosshair
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.Crosshair
- All Implemented Interfaces:
- Serializable
public class Crosshair
- extends Object
- implements Serializable
Configuration of a single crosshair (x or y).
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- http://api.highcharts.com/highcharts#tooltip.crosshairs,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Crosshair
public Crosshair()
getColor
public ColorReference getColor()
getDashStyle
public GridLineDashStyle getDashStyle()
getWidth
public Integer getWidth()
getzIndex
public Integer getzIndex()
setColor
public Crosshair setColor(ColorReference color)
setDashStyle
public Crosshair setDashStyle(GridLineDashStyle dashStyle)
setWidth
public Crosshair setWidth(Integer width)
setzIndex
public Crosshair setzIndex(Integer zIndex)
Copyright © 2013. All Rights Reserved.