2.107 SeriesGroupings

Applies to RDL 2003/10 and RDL 2005/01

The SeriesGroupings element specifies the set of SeriesGrouping instances for a Chart.

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

Parent elements

Chart

Child elements

SeriesGroupings.SeriesGrouping

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

 <xsd:complexType name="SeriesGroupingsType">
   <xsd:sequence>
     <xsd:element name="SeriesGrouping" type="SeriesGroupingType" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>