Main Page | Packages | Class Tree | Index | Help

xp.events

class MarkerEvent

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


dynamic class MarkerEvent
extends Event

An event broadcast when a marker needs to be shown.

An event is raised when the mouse is idle over a chart marker point


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary

public
annotation: Object
An annotation object.

public
data: Object
The data associated with the marker .

public
point: Object
The xy location of the marker.

public
state: Object
The visible state of the marker.

public
text: String
The text associated with the marker.

public
xvalue: Number
The x axis value.

Fields inherited from class xp.events.Event

bubbles, cancel, currentTarget, handled, target, type

Constructor

public
MarkerEvent ( state: Boolean, point: Object, xvalue: Number, text: String, data: Object, annotation: Object)
Constructs a new marker event



Field Documentation

annotation

public var annotation: Object
An annotation object.

data

public var data: Object
The data associated with the marker .

point

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

state

public var state: Object
The visible state of the marker.

text

public var text: String
The text associated with the marker.

xvalue

public var xvalue: Number
The x axis value.


Constructor Documentation

MarkerEvent

public function MarkerEvent(state: Boolean,
 point: Object,
 xvalue: Number,
 text: String,
 data: Object,
 annotation: Object)
Constructs a new marker event

Parameters:
state
The visible state of the marker
point
The xy location of the marker
xvalue
The x axis value
text
The text associated with the marker
data
The data associated with the marker
annotation
An annotation.

The documentation was generated from the following file:


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