EJSC.Chart.onAfterSelectPoint

See Also

 

Definition

 

void onAfterSelectPoint( EJSC.Point point, EJSC.Series series, EJSC.Chart chart, DOMObject hint_element, string HoverOrSelect )

 

Description

 

Called after a point has been selected due to mouse over (hover) or physical selection (click, keyboard).

 

Sends:

       point - The point object selected.

       series - The series object in which the point exists.

       chart - The chart object which triggered the event (owns the series/point).

       hint_element - The DOM object which contains the hint text/markup

       HoverOrSelect - String "hover" or "select" to indicate what triggered the event.