2.99.17 ChartSeries.Type

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The ChartSeries.Type element specifies the visualization type for a ChartSeries. This element is optional.

If the ChartSeries.Type element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. The value of this element MUST be one of the following or an expression that evaluates to one of the following:

Column: Specifies a column chart.

Bar: Specifies a bar chart.

Line: Specifies a line chart.

Shape: Specifies a shape chart.

Scatter: Specifies a scatter chart.

Area: Specifies an area chart.

Range: Specifies a range chart.

Polar: Specifies a polar chart.

If the ChartSeries.Type element is not present, its value is interpreted as "Column".

Following is the parent element of the ChartSeries.Type element.

Parent elements

ChartSeries

The following is the XML Schema definition of the ChartSeries.Type element.

 <xsd:element name="Type" type="xsd:string" minOccurs="0" />