Image is used to add images to the end/start of trend lines. Allows you to display image anywhere on chart's plot area.

Properties

PropertyTypeDefaultDescription
balloonColorColor#000000Roll-over balloon color.
balloonTextStringRoll-over text.
colorColor#000000Color of an image. Works only if an image is generated using SVG path (using svgPath property on an Image)
heightNumber20Height of an image.
offsetXNumber0Horizontal offset.
offsetYNumber0Vertical offset.
outlineColorColorColor of image outline. Works only if an image is generated using SVG path (using svgPath property on an Image)
rotationNumber0Rotation of an image.
svgPathStringSvg path of an image. Will not work with IE8.
urlStringUrl of an image.
widthNumber20Width on an image.

Methods

Image class does not have any methods.

Events

Image class does not have any events.