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:Chart.Series>
<vc:DataSeries>
<vc:DataSeries.DataPoints>
<vc:DataPoint ... />
<vc:DataPoint ... />
.
.
.
</vc:DataSeries.DataPoints>
</vc:DataSeries>
</vc:Chart.Series>
</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 | |
|
This attribute sets the pointer that displays when the user moves the mouse over an element. | |
|
Enables or disables the DataPoint | |
|
(Specific to Pie/Doughnut/Funnel Charts) To generate exploded charts. Takes values either True or False. | |
|
Sets the hyper link (http:// is required). | |
|
Sets where the URL specified in Href to be opened. | |
|
Gets or Sets the rotation angle for DataPoint labels. | |
|
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 value like "Bold", "Normal", "Black" etc | |
|
(Specific to Pie/Doughnut). 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. | |
|
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. | |
|
Enables or disables lighting effect for DataPoint. | |
|
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 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. | |
|
Opacity can be used to make any element transparent or opaque. | |
|
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. | |
|
Selected property defines the state whether a DataPoint is selected or not after user clicks on it. | |
|
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. | |
|
(Specific to CandleStick and Stock charts). Gets or sets the list of double values, a Series object's DataPoint object can have. | |
|
(Specific to Bubble). Used to calculate the size of the bubble. |