2.112 Title

Applies to RDL 2003/10 and RDL 2005/01

The Title element specifies a title for a Chart or for an Axis.

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

Parent elements

Chart

Axis

Child elements

Title.Caption

Title.Position

Title.Style

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

 <xsd:complexType name="TitleType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Caption" type="xsd:string" minOccurs="0" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="Position" minOccurs="0">
       <xsd:simpleType>
         <xsd:restriction base="xsd:string">
           <xsd:enumeration value="Center" />
           <xsd:enumeration value="Near" />
           <xsd:enumeration value="Far" />
         </xsd:restriction>
       </xsd:simpleType>
     </xsd:element>
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>