Class Index | File Index

Classes


Class Tee.Chart.Title


Extends Tee.Annotation.
Displays text at top or bottom chart sides
Defined in: <..\..\src\teechart.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Tee.Chart.Title(chart, fontColor, expand)
Fields borrowed from class Tee.Annotation:
format, margins, position, transparent, visible
Fields borrowed from class Tee.Tool:
active
Method Summary
Method Attributes Method Name and Description
 
calcRect(fromTop)
 
tryDraw(top)
Methods borrowed from class Tee.Annotation:
add, clicked, doDraw, doMouseMove, draw, forceDraw, mousemove, moveTo, resize, setChart, shouldDraw
Methods borrowed from class Tee.Tool:
mousedown, mouseout
Class Detail
Tee.Chart.Title(chart, fontColor, expand)
Parameters:
{Tee.Chart} chart
The parent chart this title object belongs to.
{Color} fontColor
The color to fill the title text.
{Boolean} expand Optional, Default: false
When true, title background is aligned to panel.
Method Detail
calcRect(fromTop)
Parameters:
fromTop

tryDraw(top)
Parameters:
top

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Jul 04 2014 13:24:58 GMT+0200 (CEST)