| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.events.Event
|
+--xp.events.MarkerEvent
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. | ||
| ||
Constructor | ||
| public | MarkerEvent ( state: Boolean, point: Object, xvalue: Number, text: String, data: Object, annotation: Object) | |
| Constructs a new marker event | ||
| public var annotation: Object |
| An annotation object. |
| public var data: Object |
| The data associated with the marker . |
| public var point: Object |
| The xy location of the marker. |
| public var state: Object |
| The visible state of the marker. |
| public var text: String |
| The text associated with the marker. |
| public var xvalue: Number |
| The x axis value. |
|
| Constructs a new marker event | ||||||||||||||||||
|