Class ChartImage
Image and url to draw images
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
ChartImage(chart)
|
Field Attributes | Field Name and Description |
---|---|
The html DOM Image component to store or retrieve the image.
|
|
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.