Class Index | File Index

Classes


Class ChartImage

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

Class Summary
Constructor Attributes Constructor Name and Description
 
ChartImage(chart)
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.
Class Detail
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.

{Boolean} visible
When true, the image is displayed.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Feb 29 2012 19:36:56 GMT+0100 (CET)