DataSeries by itself will not appear on the Chart. Each DataSeries includes and can control all the data entries which are its child elements.
Usage:
<vc:Chart ... >
<vc:DataSeries ...>
.
.
.
</vc:DataSeries>
</vc:Chart>
List of attributes:
|
Attribute |
Function |
|
Sets which axis the DataSeries must refer to. Takes value as either "Primary" or "Secondary". Default is "Primary". | |
|
Enables or disables bevel effect for all the DataPoints. | |
|
Sets of colors to be used within the DataPoints. | |
|
Enables or disables the entire series. | |
|
Sets the name of the Legend where this series name or LegendText must appear. | |
|
Sets the text that must appear in the Legend for this series. | |
|
Enables or disables lighting effect for the DataPoints. | |
|
Sets the thickness of the line (Specific to Line Charts). | |
|
Sets the style for the line (Specific to Line Charts). | |
|
Sets the Chart type. | |
|
Enable or disable the shadow. | |
|
Sets a value to indicate whether a DataSeries must appear in the Legend or not. | |
|
Sets the angle for rotating the Pie/Doughnut. Takes values in the range 0 - 360 (Specific to Pie/Doughnut). | |
|
Sets the format of the text (XValue) that appears in labels. | |
|
Sets the format of the text (YValue) that appears in labels. | |
|
Sets the format of the text (ZValue) that appears in labels. | |
|
Sets the stack order of an element. An element with greater stack order is always in front of another element with lower stack order. |
These attributes will be applied (as defaults) to the corresponding attributes of all the DataPoints which are under the DataSeries. These properties can be used to configure all DataPoints from one point:
|
Attribute |
Function |
|
Sets the color for all DataPoints border line. | |
|
Sets the border line style. | |
|
Sets the border line thickness. | |
|
Sets the color of all DataPoints. | |
|
Sets the hyper link for all DataPoints (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. Takes values like "Bold", "Normal", "Black", etc. | |
|
Sets the color for 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). | |
|
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 color for the marker border line. | |
|
Sets the thickness of the marker border line. | |
|
Sets the color for 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 the tool tip content for all DataPoints. |