Class: Title

.Chart. Title

Displays text at top or bottom chart sides

Constructor

new Title(chart, fontColor, expandopt)

Parameters:
Name Type Attributes Default Description
chart Tee.Chart The parent chart this title object belongs to.
fontColor Color The color to fill the title text.
expand Boolean <optional>
false When true, title background is aligned to panel.
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