Each value that has to be plotted on the chart is referred to as a DataPoint. Please refer to figure below:
Usage:
<vc:Chart ... >
<vc:DataSeries ...>
<vc:DataPoint ... />
<vc:DataPoint ... />
.
.
.
</vc:DataSeries>
</vc:Chart>
List of attributes:
|
Attribute |
Function |
|
Sets the text that must appear in the axis for this DataPoint. | |
|
Sets the color for DataPoint border line. | |
|
Sets the border line style. | |
|
Sets the border line thickness. | |
|
Sets the color of the DataPoint | |
|
Sets the pointer that displays when the user moves the mouse over this element. | |
|
Enables or disables the DataPoint | |
|
To generate exploded charts (Specific to Pie/Doughnut). Takes values between 0 - 1. | |
|
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. | |
|
Sets the background color for labels. Default is Transparent | |
|
Enables or disables labels. | |
|
Sets the color of the label text | |
|
Sets the font for the label | |
|
Sets the font size of label text | |
|
Sets the style for the text like "Italic" or "Normal" | |
|
Sets how the font appears. It takes values like "Bold", "Normal", "Black" etc | |
|
Sets the color of the line joining the label and Pie/Doughnut (Specific to Pie/Doughnut). | |
|
Enables or Disables the line joining the label and Pie/Doughnut (Specific to Pie/Doughnut). | |
|
Sets the style for the line joining the label and Pie/Doughnut (Specific to Pie/Doughnut). | |
|
Thickness of the line joining the label and Pie/Doughnut (Specific to Pie/Doughnut). | |
|
Sets where the label should appear. Takes values like "Inside", "Outside". | |
|
Sets the text that must appear in the labels. | |
|
Sets the text that must appear in the legend. | |
|
Sets the color for the marker border line. | |
|
Sets the thickness of the marker border line. | |
|
Sets the color of the marker. | |
|
Enables or disables the marker. | |
|
Sets the source of the image that must appear inside the marker. | |
|
Sets how the image should be applied to the marker. | |
|
Sets the scaling value to increase or decrease the size of the marker. | |
|
Sets the size of the marker in pixels. | |
|
Sets the shape of the marker takes values like "Circle", "Triangle", etc. | |
|
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. | |
|
Sets a value to indicate whether a DataPoint must appear in the Legend or not. | |
|
Sets the tool tip content for the DataPoint. | |
|
Sets the value that will appear on the X-Axis. | |
|
Sets the value that will appear on Y-Axis for all charts. In the case of Pie and Doughnut, the YValue will be considered for calculating the percentages. | |
|
Used to calculate the size of the bubble (Specific to Bubble). |
Note: JS events can be attached to this element, for more details see JavaScript Events List