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:Chart.Series>
<vc:DataSeries ...>
.
.
.
</vc:DataSeries>
</vc:Chart.Series>
</vc:Chart>
List of attributes:
|
Attribute |
Function |
|
AxisYType is used to identify which axis the DataSeries is referring to. | |
|
AutoFitToPlotArea property force the DataPoints present inside the DataSeries to fit inside PlotArea. | |
|
Enables or disables bevel effect for all the DataPoints. | |
|
Get or sets the style of the bubbles in bubble chart. This property is applicable for Bubble chart only. | |
|
This attribute sets the pointer that displays when the user moves the mouse over an element. | |
|
Represents a collection of DataPoint in a DataSeries. | |
|
It represents a collection of DataMapping objects inside a DataSeries. | |
|
Gets or sets a data source used to bind data to the DataSeries. | |
|
Applies effect to the element. This property works for Silverlight and WPF only. | |
|
Enables or disables the entire series. | |
|
(Specific to Funnel) To generate exploded charts. Takes values either True or False. | |
|
Decides whether to include DataPoints as Legend entries when there are multiple DataSeries in chart. | |
|
Decides whether YValue for a DataPoint should be displayed in Legend or not. | |
|
Decides whether Percentage value for a DataPoint should be displayed in Legend or not. | |
|
Gets or Sets the rotation angle for DataPoint labels. | |
|
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. | |
|
Sets the legend marker color corresponding to a DataSeries. | |
|
Sets the legend marker shape corresponding to a DataSeries. | |
|
Enables or disables lighting effect for the DataPoints. | |
|
This property can be used to provide performance boost for large number of DataPoints. | |
|
Gets or Sets the shape at the start and end of a line. | |
|
Gets or Sets the brush that specifies how the line's interior is painted. | |
|
Gets or Sets the style of the lines used in Line chart. | |
|
Gets or Sets the line tension for the drawing of curves. It is applicable for Spline chart only. | |
|
(Specific to Line Charts). Sets the thickness of the line. | |
|
(Specific to Funnel Charts) Gets or sets the minimum height of a Funnel chart data point. | |
|
Gets or Sets the state which indicates whether a marker should appear on DataPoints, when you move the mouse over PlotArea. | |
|
Opacity can be used to make any element transparent or opaque. | |
|
DataSeries can be used to set the formatting for percentage value that appears in DataPoint labels and Legend entries. | |
|
Gets or Sets the DataPoint color which is used to indicate a increasing price or trend. | |
|
Gets or Sets the DataPoint color which is used to indicate a decreasing price. | |
|
Sets the chart type. | |
|
Gets or sets a value indicating whether DataPoints in the DataSeries can be selected. | |
|
Defines whether you can select Single or Multiple DataPoints in a DataSeries. | |
|
Enables or disables the shadow. | |
|
Sets a value to indicate whether a DataSeries must appear in the Legend or not. | |
|
(Specific to Pie/Doughnut). Sets the angle for rotating the Pie/Doughnut. Takes values in the range 0 - 360. | |
|
Sets the color in high-low line of a CandleStick DataPoints. | |
|
Gets or Sets the ToolTip which can be assigned to DataSeries in order to make it appear when IndicatorEnabled property is set to True in Chart. | |
|
XValueType determines the type of XValue in all DataPoints in a DataSeries. | |
|
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 appear 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 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 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. | |
|
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 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. |