BiChartMouseEvent
This event is used for mouse events that are specific for a data point
inside a graph.
This class extends
BiMouseEvent
and therefore all methods and fields available for
BiMouseEvent
are also available for
BiChartMouseEvent
.
Constructor
new
BiChartMouseEvent
(
sType,oBrowserEvent,oSeries,oCategory
)
Parameters
| Name | Type | Optional | Default | Descripton |
sType |
String |
The type of the event | ||
oBrowserEvent |
Object |
This is the internal browser event object. | ||
oSeries |
|
The series object that the point is part of | ||
oCategory |
|
The category object that the point is part of |
Properties
| Name | Type | get | set | Descripton |
category |
|
![]() |
The category that the point that fired the event is part of | |
series |
|
![]() |
The series that the point that fired the event is part of |
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
Unlike the BiMouseEvents these events do not bubble by default.
