BiChartMouseEvent

This event is used for mouse events that are specific for a data point inside a BiGraph.

This class extends BiMouseEvent and therefore all methods and fields available for BiMouseEvent are also available for BiChartMouseEvent .

Constructor

new BiChartMouseEvent ( sType,oEvent,oSeries,oCategory )

Parameters

NameTypeOptionalDefaultDescripton
sTypeStringThe type of the event
oEventObjectThis is the internal browser event object.
oSeriesBiChartSeriesThe series object that the point is part of
oCategoryBiChartCategoryThe category object that the point is part of

Properties

NameTypegetsetDescripton
categoryBiChartCategorycheckedThe category that the point that fired the event is part of
seriesBiChartSeriescheckedThe 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.