ActiveReports.Chart Request technical support
GraphMouseEventArgs Class Members
See Also  Properties 


The following tables list the members exposed by GraphMouseEventArgs.

Public Properties

 NameDescription
Public PropertyButton (Inherited from System.Windows.Forms.MouseEventArgs)
Public PropertyClicks (Inherited from System.Windows.Forms.MouseEventArgs)
Public PropertyControlGets or sets the control on which the mouse event occurred.  
Public PropertyDelta (Inherited from System.Windows.Forms.MouseEventArgs)
Public PropertyItemCountGets a count of the number of times the item was clicked.  
Public PropertyLocation (Inherited from System.Windows.Forms.MouseEventArgs)
Public PropertyPointIndexGets a count of the number of times the item was clicked.  
Public PropertyUserXGets the X coordinate of the mouse.  
Public PropertyUserYGets the Y coordinate of the mouse.  
Public PropertyX (Inherited from System.Windows.Forms.MouseEventArgs)
Public PropertyY (Inherited from System.Windows.Forms.MouseEventArgs)
Top

See Also