Interface ICursorTool

Hierarchy

Index

Properties

Methods

Properties

public active: boolean

public chart: IChart

public direction: string

public dragging: number

public followMouse: boolean

public format: IFormat

public horizAxis: IAxis

public render: string

public size: IPoint

public vertAxis: IAxis

Methods

public clicked(p: IPoint): boolean

Parameters

Returns

boolean

public draw()

public mousedown(event: any): boolean

Parameters

  • event: any

Returns

boolean

public mousemove(event: any): boolean

Parameters

  • event: any

Returns

boolean

public over(point: IPoint): boolean

Parameters

Returns

boolean

public setRender(render: string)

Parameters

  • render: string