2.89 CategoryAxis
Applies to RDL 2003/10 and RDL 2005/01
The CategoryAxis element specifies a category axis for a Chart.
The following are the parent and child elements of the CategoryAxis element.
Parent elements |
---|
Chart |
Child elements |
---|
The following is the XML Schema definition of the CategoryAxis element.
-
<xsd:complexType name="CategoryAxisType"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element name="Axis" type="AxisType" minOccurs="0" /> <xsd:any namespace="##other" processContents="skip" /> </xsd:choice> <xsd:anyAttribute namespace="##other" processContents="skip" /> </xsd:complexType>