[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.MouseEnabledItem.OnMouseHover

OnMouseHover Method

OnMouseHover(GraphMouseEventArgs)

Handles the MouseHover event.

Declaration
public virtual void OnMouseHover(GraphMouseEventArgs e)
Parameters
Type Name Description
GraphMouseEventArgs e

The GraphMouseEventArgs instance containing the event data.

Implements