Class: CursorTool

CursorTool

Draws mouse draggable horizontal and / or vertical lines inside axes

new CursorTool

Parameters:
Name Type Description
chart Tee.Chart The parent chart this cursor tool belongs to.
Properties:
Name Type Description
direction String Determines if the cursor will be displayed as "vertical", "horizontal" or "both".
format Tee.Format Properties to control the cursor lines stroke appearance.
size Tee.Point The size of cursor, {x:0, y:0} means lines will cover full axes bounds.
Source:
  • ../../src/teechart.js, line 1487

Extends