The ChartMouseEventArgs type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | ConstrainedLogicalPoint |
Gets the logical postion of the mouse pointer constrained by the dimensions of the chart canvas.
|
![]() | IsMouseDown |
Gets whether or not the left mouse button is down.
|
![]() | IsMouseOver |
Gets whether or not the mouse pointer is within the bounds of the chart canvas.
|
![]() | LogicalPoint |
Gets the logical position of the mouse pointer over the chart canvas.
|
![]() | PhysicalPoint |
Gets the physical position of the mouse pointer over the chart canvas.
|