ChartDirector 7.1 (.NET Edition)

WinChartViewer.MouseUpHotSpot


Declaration

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

Description

This event occurs when the mouse cursor is over a hot spot on the chart image and the mouse button is released.

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.ClickHotSpot.