ChartDirector 7.1 (.NET Edition)

WinChartViewer.DoubleClickHotSpot


Declaration

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

Description

This event occurs when the mouse double clicks on 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.ClickHotSpot.