Class: ChartImage

ChartImage

Image and url to draw images

Constructor

new ChartImage(chart)

Parameters:
Name Type Description
chart Tee.Chart The parent chart this image object belongs to.
Properties:
Name Type Attributes Default Description
visible Boolean When true, the image is displayed.
url URL <optional>
"" The source url to retrieve the image.
image HTMLImage The html DOM Image component to store or retrieve the image.
Source: