Class Tee.Tool
Abstract base class to represent a "tool"
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Tee.Tool(chart)
|
Field Attributes | Field Name and Description |
---|---|
Determines if this tool will be painted or enabled.
|
Method Attributes | Method Name and Description |
---|---|
clicked(p)
|
|
draw()
|
|
mousedown(event)
|
|
mousemove(event)
|
Field Detail
{Boolean}
active
Determines if this tool will be painted or enabled.
- Default Value:
- true
Method Detail
clicked(p)
- Parameters:
- p
draw()
mousedown(event)
- Parameters:
- event
mousemove(event)
- Parameters:
- event