EJSC.Chart.selectPoint
See Also
Definition
void selectPoint( EJSC.Point point, boolean sticky )
Description
Selects the point provided. The sticky property specifies whether the hint window will close when the mouse moves over another point in the chart.
The point object can be retrieved using the Chart.findClosestPoint() or Series.findClosestPoint() methods. |