Main Page | Packages | Class Tree | Index | Help

xp.events

class ChartMouseEvent

Object
  |
  +--xp.events.Event
        |
        +--xp.events.ChartMouseEvent


dynamic class ChartMouseEvent
extends 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


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary

public
hitData: Object
The xy location of the marker.

Fields inherited from class xp.events.Event

bubbles, cancel, currentTarget, handled, target, type

Constructor

public
ChartMouseEvent ( type: String, hitData: Object)
Constructs a new marker event



Field Documentation

hitData

public var hitData: Object
The xy location of the marker.


Constructor Documentation

ChartMouseEvent

public function ChartMouseEvent(type: String,
 hitData: Object)
Constructs a new marker event

Parameters:
type
The type of the event
hitData
HitData associated with this event

The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc