# Interface: ChartEvent

# Properties

# native

native: Event

# Defined in

types/index.d.ts:1420 (opens new window)


# type

type: "resize" | "click" | "contextmenu" | "dblclick" | "keydown" | "keypress" | "keyup" | "mousedown" | "mouseenter" | "mousemove" | "mouseout" | "mouseup"

# Defined in

types/index.d.ts:1407 (opens new window)


# x

x: number

# Defined in

types/index.d.ts:1421 (opens new window)


# y

y: number

# Defined in

types/index.d.ts:1422 (opens new window)