ActiveReports.Chart Request technical support
GraphMouseEventArgs Class
See Also  Members  


Represents the properties of the mouse event arguments for the chart.

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class GraphMouseEventArgs 
   Inherits MouseEventArgs
Visual Basic (Usage)Copy Code
Dim instance As GraphMouseEventArgs
C# 
public sealed class GraphMouseEventArgs : MouseEventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Windows.Forms.MouseEventArgs
         DataDynamics.ActiveReports.Chart.GraphMouseEventArgs

See Also