Constructor
new Title(chart, transparentopt)
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
chart |
Tee.Chart | The chart object this axis title object belongs to. | ||
transparent |
Boolean |
<optional> |
true | Determines if axis title will be displayed or not. |
- Source:
Extends
Members
position
Properties:
Name | Type | Description |
---|---|---|
position |
Tee.Point | Top-left coordinates of annotation rectangle. `* @default x:10, y:10 |
- Inherited From:
- Source:
Methods
clicked() → {Boolean}
- Inherited From:
- Source:
Returns:
Returns if Tee.Point p is inside this Annotation bounds.
- Type
- Boolean