ChartDirector 7.0 (Java Edition)
ChartViewer.processHotSpotEvent
Usage
protected void processHotSpotEvent(HotSpotEvent e)
Description
Process hot spot mouse events.
The system will call this method whenever a hot spot mouse event occurs. If you override this method, remember to invoke the superclass's processHotSpotEvent method for proper functioning of hot spot user interactions.
Arguments
Argument | Default | Description |
e | (Mandatory) | The HotSpotEvent object containing data for the hot spot mouse event. |
Return Value
None
© 2021 Advanced Software Engineering Limited. All rights reserved.