ASPxClientWebChartControlHotTrackEventArgs.absoluteY Property
In This Article
Gets the Y-coordinate of the hit test point, relative to the top left corner of the Web Page containing this chart.
#Declaration
TypeScript
absoluteY: number
#Property Value
Type | Description |
---|---|
number | The Y-coordinate of the hit test point (in pixels). |
#Remarks
The origin point for these X and Y coordinates is the top left corner of the Web Page containing this chart.
See Also