Skip to main content

Interface: MouseEventParams

Charting Library.MouseEventParams

Hierarchy

Properties

clientX

clientX: number

X (horizontal) coordinate (in pixels) at which the mouse event occurred, relative to the left edge of the applications viewport.


clientY

clientY: number

Y (vertical) coordinate (in pixels) at which the mouse event occurred, relative to the left edge of the applications viewport.


pageX

pageX: number

X (horizontal) coordinate (in pixels) at which the mouse event occurred, relative to the left edge of the entire document.


pageY

pageY: number

Y (vertical) coordinate (in pixels) at which the mouse event occurred, relative to the left edge of the entire document.


screenX

screenX: number

X (horizontal) coordinate (in pixels) at which the mouse event occurred, in global screen coordinates.


screenY

screenY: number

Y (vertical) coordinate (in pixels) at which the mouse event occurred, in global screen coordinates.