ChartDirector 5.1 (.NET Edition)

WinChartViewer.MouseLeaveHotSpot


Declaration

[VB] Public Event MouseLeaveHotSpot As WinHotSpotEventHandler
[C#] public event WinHotSpotEventHandler MouseLeaveHotSpot;

Description

This event occurs when the mouse cursor leaves a hot spot on the chart image.

WinHotSpotEventHandler is a delegate representing the signature of the method that can be used to handle the hot spot events. For its declaration, please refer to WinChartViewer.MouseEnterHotSpot.