ChartDirector 7.1 (.NET Edition)

WPFChartViewer.MouseEnterHotSpot


Declaration

[C#]public event WPFHotSpotEventHandler MouseEnterHotSpot;
[VB]Public Event MouseEnterHotSpot As WPFHotSpotEventHandler

Description

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

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