# 接口:ChartEvent
# 属性
# native
• native: Event
# 定义在
types/index.d.ts:1547 (在新窗口中打开)
# 类型
• type: "resize" | "click" | "contextmenu" | "dblclick" | "keydown" | "keypress" | "keyup" | "mousedown" | "mouseenter" | "mousemove" | "mouseout" | "mouseup"
# 定义在
types/index.d.ts:1534 (在新窗口中打开)
# x
• x: number
# 定义在
types/index.d.ts:1548 (在新窗口中打开)
# y
• y: number