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 |
|
Sets the horizontal positioning of the Image. Takes values like "Left", "Center" and "Right". | |
|
Sets the vertical positioning of the Image. Takes values like "Top", "Center" and "Bottom". | |
|
Enables or disables the Image. | |
|
Sets the hyper link (http:// is required). | |
|
Sets where the URL specified in Href to be opened. | |
|
Sets the height of the Image. | |
|
Sets the width of the Image. | |
|
Sets the scaling value between 0 - 1 to increase or decrease the size of the Image. | |
|
If true then the Image will not be overlapped by other elements. | |
|
Sets the source of the Image that has to be applied to the element. | |
|
Sets the tool tip text for the element. |
Example:
<vc:Image Source="file_path"/>
Replace text in blue with the path of the image.