ASPxClientWebChartControl.HitTest(x, y) Method
In This Article
Returns the specific chart element which is located under the test point.
#Declaration
TypeScript
HitTest(
x: number,
y: number
): ASPxClientHitObject[]
#Parameters
Name | Type | Description |
---|---|---|
x | number | The x coordinate of the test point. |
y | number | The y coordinate of the test point. |
#Returns
Type | Description |
---|---|
ASPx |
An array collection of ASPx |
#Remarks
To determine which chart element is represented by a particular ASPxClientHitObject, use its ASPxClientHitObject.Object and ASPxClientHitObject.AdditionalObject properties.
Note
The Hit
See Also