See Also

SharpGraph Class  | SharpGraph Members

Language

Visual Basic

C#

Show All

x
The specified X axis coordinate.
y
The specified Y axis coordinate.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

HitTest Method

Returns information about the chart item that is placed in the specified coordinates.

[Visual Basic]
Public Function HitTest( _    ByVal x As Integer, _    ByVal y As Integer _ ) As HitTest
[C#]
public HitTest HitTest(    int x,    int y );

Parameters

x
The specified X axis coordinate.
y
The specified Y axis coordinate.

Return Type

A reference to HitTestInfo or null if the item is not found.

Remarks

Please consider using UIOptions.ForceHitTesting before calling the HitTest method.

See Also

SharpGraph Class  | SharpGraph Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.