An event broadcast when the mouse intereacts with chart data points.
An event is raised when the mouse moves over or clicks on chart marker point
support
public var action:String = "none"
public var hitData:DataPoint
The xy location of the marker.
public function ChartMouseEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, hitData:DataPoint = null, action:String = "none")
Constructs a new marker event
Parameters
| type:String — The type of the event
|
| |
| bubbles:Boolean (default = false) — HitData associated with this event
|
| |
| cancelable:Boolean (default = false) |
| |
| hitData:DataPoint (default = null) |
| |
| action:String (default = "none") |
public override function clone():Event
Returns