ActiveReports.Chart Request technical support
UserY Property
See Also 


Gets the Y coordinate of the mouse.

Syntax

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

See Also