Skip to main content
A newer version of this page is available. .

ASPxClientWebChartControlHotTrackEventArgs.y Property

Gets the Y-coordinate of the hit test point, relative to the top left corner of the chart.

Declaration

y: number

Property Value

Type Description
number

An integer value specifying 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 chart image.

See Also