Image

An image can be placed inside the Chart using this element. Please refer to the figure below, the red circle shows an inserted image with ShowOnTop set to false.

 

 

Usage:

 

<vc:Chart ... >

 

<vc:Image ... />

 

</vc:Chart>

 

 

List of attributes:

Attribute

Function

AlignmentX

Sets the horizontal positioning of the Image. Takes values like "Left", "Center" and "Right".

AlignmentY

Sets the vertical positioning of the Image. Takes values like "Top", "Center" and "Bottom".

Enabled

Enables or disables the Image.

Href

Sets the hyper link (http:// is required).

HrefTarget

Sets where the URL specified in Href to be opened.

ImageHeight

Sets the height of the Image.

ImageWidth

Sets the width of the Image.

Scale

Sets the scaling value between 0 - 1 to increase or decrease the size of the Image.

ShowOnTop

If true then the Image will not be overlapped by other elements.

Source

Sets the source of the Image that has to be applied to the element.

ToolTipText

Sets the tool tip text for the element.

 

 

Example:

 

<vc:Image Source="file_path"/>

 

Replace text in blue with the path of the image.