ActiveReports.Chart Request technical support
UserX Property
See Also 


Gets the X coordinate of the mouse.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property UserX As Single
Visual Basic (Usage)Copy Code
Dim instance As GraphMouseEventArgs
Dim value As Single
 
value = instance.UserX
C# 
public float UserX {get;}

See Also