Image

Type class

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

Inheritance

Image does not extend any other symbol.

Image is not extended by any other symbol.

Properties

balloonColor
#

Type color

Default #000000

Roll-over balloon color.

balloonText
#

Type string

Roll-over text.

color
#

Type color

Default #000000

Color of an image. Works only if an image is generated using SVG path (using svgPath property on an Image)

height
#

Type number

Default 20

Height of an image.

offsetX
#

Type number

Default 0

Horizontal offset.

offsetY
#

Type number

Default 0

Vertical offset.

outlineColor
#

Type color

Color of image outline. Works only if an image is generated using SVG path (using svgPath property on an Image)

rotation
#

Type number

Default 0

Rotation of an image.

svgPath
#

Type string

Svg path of an image. Will not work with IE8.

url
#

Type string

Url of an image.

width
#

Type number

Default 20

Width on an image.

Methods

Image does not have any methods.

Events

Image does not have any events.

Adapters

Image does not have any adapters.