DataSeries

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

AxisYType

Sets which axis the DataSeries must refer to. Takes value as either "Primary" or "Secondary". Default is "Primary".

Bevel

Enables or disables bevel effect for all the DataPoints.

ColorSet

Sets of colors to be used within the DataPoints.

Enabled

Enables or disables the entire series.

Legend

Sets the name of the Legend where this series name or LegendText must appear.

LegendText

Sets the text that must appear in the Legend for this series.

LightingEnabled

Enables or disables lighting effect for the DataPoints.

LineThickness

Sets the thickness of the line (Specific to Line Charts).

LineStyle

Sets the style for the line (Specific to Line Charts).

RenderAs

Sets the Chart type.

ShadowEnabled

Enable or disable the shadow.

ShowInLegend

Sets a value to indicate whether a DataSeries must appear in the Legend or not.

StartAngle

Sets the angle for rotating the Pie/Doughnut. Takes values in the range 0 - 360 (Specific to Pie/Doughnut).

XValueFormatString

Sets the format of the text (XValue) that appears in labels.

YValueFormatString

Sets the format of the text (YValue) that appears in labels.

ZValueFormatString

Sets the format of the text (ZValue) that appears in labels.

ZIndex

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

BorderColor

Sets the color for all DataPoints border line.

BorderStyle

Sets the border line style.

BorderThickness

Sets the border line thickness.

Color

Sets the color of all DataPoints.

Href

Sets the hyper link for all DataPoints (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.

LabelBackground

Sets the background color for labels. Default is Transparent.

LabelEnabled

Enables or disables labels.

LabelFontColor

Sets the color of the label text.

LabelFontFamily

Sets the font for the label.

LabelFontSize

Sets the font size of label text.

LabelFontStyle

Sets the Style for the text like "Italic" or "Normal".

LabelFontWeight

Sets how the font appears. Takes values like "Bold", "Normal", "Black", etc.

LabelLineColor

Sets the color for the line joining the label and Pie/Doughnut (Specific to Pie/Doughnut).

LabelLineEnabled

Enables or disables the line joining the label and Pie/Doughnut (Specific to Pie/Doughnut).

LabelLineStyle

Style for the line joining the label and Pie/Doughnut (Specific to Pie/Doughnut).

LabelLineThickness

Thickness of the line joining the label and Pie/Doughnut (Specific to Pie/Doughnut).

LabelStyle

Sets where the label should appear. Takes values like "Inside", "Outside".

LabelText

Sets the text that must appear in the labels.

MarkerBorderColor

Sets the color for the marker border line.

MarkerBorderThickness

Sets the thickness of the marker border line.

MarkerColor

Sets the color for the marker.

MarkerEnabled

Enables or disables the marker.

MarkerImage

Sets the source of the image that must appear inside the marker.

MarkerImageStretch

Sets how the image should be applied to the marker.

MarkerScale

Sets the scaling value to increase or decrease the size of the marker.

MarkerSize

Sets the size of the marker in pixels.

MarkerStyle

Sets the shape of the marker. Takes values like "Circle", "Triangle", etc.

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.

ToolTipText

Sets the tool tip content for all DataPoints.