Skip to main content

ASPxClientWebChartControlHotTrackEventArgs.x Property

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

#Declaration

TypeScript
x: number

#Property Value

Type Description
number

The X-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