2.94 CategoryGrouping

Applies to RDL 2003/10 and RDL 2005/01

The CategoryGrouping element specifies a category level for a Chart. The labels for the categories are displayed along the CategoryAxis. The CategoryGrouping element MUST have either the DynamicCategories or StaticCategories element specified, but not both.

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

Parent elements

CategoryGroupings

Child elements

CategoryGrouping.DynamicCategories

CategoryGrouping.StaticCategories

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

 <xsd:complexType name="CategoryGroupingType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="DynamicCategories" type="DynamicCategoriesType" 
                  minOccurs="0" />
     <xsd:element name="StaticCategories" type="StaticCategoriesType" 
                  minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>