The region that includes all the Chart elements is referred to as Chart. It includes every element that must appear in a Chart. The Chart region is marked with a red rectangle in the figure below:

Usage:
<vc:Chart ... >
.
.
.
</vc:Chart>
List of attributes:
|
Attribute |
Function |
|
Sets the duration of animation. Default is 1 second. | |
|
Enables or disables animation. | |
|
Sets the type of animation. | |
|
Enables or disables the bevel effect. | |
|
Sets the border line color. | |
|
Sets the border line style. | |
|
Thickness of the Chart border. | |
|
Sets the color of the Chart area. | |
|
Set of colors that will be used for the DataPoints. | |
|
Sets the pointer that displays when the user moves the mouse over this element. | |
|
Sets the height of the Chart. | |
|
Sets the hyper link (http:// is required). | |
|
Sets where the URL specified in Href to be opened. | |
|
Sets the source of the image that has to be applied to the element. | |
|
Sets how the image should be applied to the element. | |
|
Enables or disables automatic color shading. | |
|
Sets the gap to be left between each Chart element and the Chart edge. | |
|
Sets the parameter used to create rounded or elliptical corners for the element. | |
|
Sets the parameter used to create rounded or elliptical corners for the element. | |
|
Enables or disables shadow to the element. | |
|
Sets the theme for the Chart. | |
|
Sets the tool tip content for the Chart. | |
|
If set to true and if there is only one DataSeries then each entry in the data series takes one color. If set to true and there are more than one DataSeries each series takes one color. if set to false then each entry will take one color both for single series and multi-series. | |
|
Enables or disables the 3D effect. | |
|
Enables or disables the "Powered by Visifire" watermark. | |
|
Sets the width of the Chart. |
Note: JS events can be attached to this element, for more details see JavaScript Events List