2.113 ValueAxis

Applies to RDL 2003/10 and RDL 2005/01

The ValueAxis element specifies a value axis for a Chart.

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

Parent elements

Chart

Child elements

ValueAxis.Axis

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

 <xsd:complexType name="ValueAxisType">
   <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>