2.108 SeriesGrouping

Applies to RDL 2003/10 and RDL 2005/01

The SeriesGrouping element specifies a series level for a Chart. The labels for the series are displayed in the legend. The SeriesGrouping element MUST have either a dynamic series or a static series, but not both.

The following are the parent and child elements of the SeriesGrouping element.

Parent elements

SeriesGroupings

Child elements

SeriesGrouping.DynamicSeries

SeriesGrouping.StaticSeries

The following is the XML Schema definition of the SeriesGrouping element.

 <xsd:complexType name="SeriesGroupingType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="DynamicSeries" type="DynamicSeriesType" minOccurs="0" />
     <xsd:element name="StaticSeries" type="StaticSeriesType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>