Packagexp.events
Classpublic dynamic class ChartMouseEvent
InheritanceChartMouseEvent Inheritance flash.events.Event

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

See also

support


Public Properties
 PropertyDefined by
  action : String = "none"
ChartMouseEvent
  hitData : DataPoint
The xy location of the marker.
ChartMouseEvent
Public Methods
 MethodDefined by
  
ChartMouseEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, hitData:DataPoint = null, action:String = "none")
Constructs a new marker event
ChartMouseEvent
  
clone():Event
ChartMouseEvent
Property detail
actionproperty
public var action:String = "none"
hitDataproperty 
public var hitData:DataPoint

The xy location of the marker.

Constructor detail
ChartMouseEvent()constructor
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")
Method detail
clone()method
public override function clone():Event

Returns
Event