ActiveReports 12
Location Property (GraphMouseEventArgs)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > GraphMouseEventArgs Class : Location Property
Gets the location of the mouse during the generating mouse event.
Syntax
'Declaration
 
Public ReadOnly Property Location As Point
public Point Location {get;}

Property Value

A System.Drawing.Point that contains the x- and y- mouse coordinates, in pixels, relative to the upper-left corner of the form.
See Also

Reference

GraphMouseEventArgs Class
GraphMouseEventArgs Members