# Interface: ChartEvent

# Properties

# native

native: Event

# Defined in

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


# type

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

# Defined in

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


# x

x: number

# Defined in

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


# y

y: number

# Defined in

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