Class Index | File Index

Classes


Class Tee.ChartImage

Image and url to draw images
Defined in: <..\..\src\teechart.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
The html DOM Image component to store or retrieve the image.
 
url
The source url to retrieve the image.
 
When true, the image is displayed.
Method Summary
Method Attributes Method Name and Description
 
tryDraw(x, y, width, height)
Class Detail
Tee.ChartImage(chart)
Parameters:
{Tee.Chart} chart
The parent chart this image object belongs to.
Field Detail
{HTMLImage} image
The html DOM Image component to store or retrieve the image.

{URL} url
The source url to retrieve the image.
Default Value:
""

{Boolean} visible
When true, the image is displayed.
Method Detail
tryDraw(x, y, width, height)
Parameters:
x
y
width
height

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