Class Tee.Chart.Title
Extends
Tee.Annotation.
Displays text at top or bottom chart sides
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Tee.Chart.Title(chart, fontColor)
|
- Fields borrowed from class Tee.Annotation:
- format, margins, position, transparent, visible
- Fields borrowed from class Tee.Tool:
- active
Method Attributes | Method Name and Description |
---|---|
calcRect(fromTop)
|
|
tryDraw(top)
|
- Methods borrowed from class Tee.Annotation:
- add, clicked, doDraw, draw, forceDraw, mousemove, moveTo, resize
- Methods borrowed from class Tee.Tool:
- mousedown
Class Detail
Tee.Chart.Title(chart, fontColor)
- Parameters:
- {Tee.Chart} chart
- The parent chart this title object belongs to.
- {Color} fontColor
- The color to fill the title text.
Method Detail
calcRect(fromTop)
- Parameters:
- fromTop
tryDraw(top)
- Parameters:
- top