Class Tee.ChartImage
Image and url to draw images
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Tee.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.
|
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