# 接口: VisualElement
# 层次结构
VisualElement
# 方法
# draw
▸ draw(ctx
, area?
): void
# 参数
名称 | 类型 |
---|---|
ctx | CanvasRenderingContext2D |
area? | ChartArea |
# 返回值
void
# 定义于
types/index.d.ts:1796 (在新窗口中打开)
# getCenterPoint
▸ getCenterPoint(useFinalPosition?
): Point
# 参数
名称 | 类型 |
---|---|
useFinalPosition? | boolean |
# 返回值
# 定义于
types/index.d.ts:1800 (在新窗口中打开)
# getRange
▸ Optional
getRange(axis
): number
# 参数
名称 | 类型 |
---|---|
axis | "x" | "y" |
# 返回值
number
# 定义于
types/index.d.ts:1801 (在新窗口中打开)
# inRange
▸ inRange(mouseX
, mouseY
, useFinalPosition?
): boolean
# 参数
名称 | 类型 |
---|---|
mouseX | number |
mouseY | number |
useFinalPosition? | boolean |
# 返回值
boolean
# 定义于
types/index.d.ts:1797 (在新窗口中打开)
# inXRange
▸ inXRange(mouseX
, useFinalPosition?
): boolean
# 参数
名称 | 类型 |
---|---|
mouseX | number |
useFinalPosition? | boolean |
# 返回值
boolean
# 定义于
types/index.d.ts:1798 (在新窗口中打开)
# inYRange
▸ inYRange(mouseY
, useFinalPosition?
): boolean
# 参数
名称 | 类型 |
---|---|
mouseY | number |
useFinalPosition? | boolean |
# 返回值
boolean