Constructor
new Tools(chart)
Parameters:
Name | Type | Description |
---|---|---|
chart |
Tee.Chart | The parent chart this tool list belongs to. |
Properties:
Name | Type | Description |
---|---|---|
items |
Array.<Tee.Tool> | Array of Tee.Tool objects. |
- Source:
Methods
add() → {Tee.Tool}
- Source:
Returns:
Returns the tool parameter.
- Type
- Tee.Tool