2.122 ChartAxisTitle

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The ChartAxisTitle element specifies a title for a ChartAxis.

Following are the parent and child elements of the ChartAxisTitle element.

 Parent elements

ChartAxis

Child elements

ChartAxisTitle.Caption

ChartAxisTitle.Position

ChartAxisTitle.Style

ChartAxisTitle.TextOrientation

The following is the XML Schema definition of the ChartAxisTitle element in RDL 2008/01.

 <xsd:complexType name="ChartAxisTitleType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="Caption" type="StringLocIDType" />
     <xsd:element name="Position" type="xsd:string" minOccurs="0" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="TextOrientation" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

The following is the XML Schema definition of the ChartAxisTitle element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="ChartAxisTitleType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="Caption" type="StringLocIDType" />
     <xsd:element name="Position" type="xsd:string" minOccurs="0" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="TextOrientation" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>