Chart

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

AnimationDuration

Sets the duration of animation. Default is 1 second.

AnimationEnabled

Enables or disables animation.

AnimationType

Sets the type of animation.

Bevel

Enables or disables the bevel effect.

BorderColor

Sets the border line color.

BorderStyle

Sets the border line style.

BorderThickness

Thickness of the Chart border.

Color

Sets the color of the Chart area.

ColorSet

Set of colors that will be used for the DataPoints.

Cursor

Sets the pointer that displays when the user moves the mouse over this element.

Height

Sets the height of the Chart.

Href

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

HrefTarget

Sets where the URL specified in Href to be opened.

Image

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

ImageStretch

Sets how the image should be applied to the element.

LightingEnabled

Enables or disables automatic color shading.

Padding

Sets the gap to be left between each Chart element and the Chart edge.

RadiusX

Sets the parameter used to create rounded or elliptical corners for the element.

RadiusY

Sets the parameter used to create rounded or elliptical corners for the element.

ShadowEnabled

Enables or disables shadow to the element.

Theme

Sets the theme for the Chart.

ToolTipText

Sets the tool tip content for the Chart.

UniqueColors

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.

View3D

Enables or disables the 3D effect.

Watermark

Enables or disables the "Powered by Visifire" watermark.

Width

Sets the width of the Chart.

 

Note: JS events can be attached to this element, for more details see JavaScript Events List