2.157 ChartTitle

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

The ChartTitle element specifies the properties for a ChartTitle in a Chart.

The following are the parent elements, attributes, and child elements of the ChartTitle element.

Parent elements

Chart

ChartTitles

Attributes

ChartTitle.Name

Child elements

ChartTitle.ActionInfo

ChartTitle.Caption

ChartTitle.ChartElementPosition

ChartTitle.DockOffset

ChartTitle.DockOutsideChartArea

ChartTitle.DockToChartArea

ChartTitle.Hidden

ChartTitle.Position

ChartTitle.Style

ChartTitle.TextOrientation

ChartTitle.ToolTip

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

 <xsd:complexType name="ChartTitleType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Caption" type="StringLocIDType" minOccurs="1" />
     <xsd:element name="Hidden" type="xsd:string" minOccurs="0" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="Position" type="xsd:string" minOccurs="0" />
     <xsd:element name="DockToChartArea" type="xsd:string" minOccurs="0" />
     <xsd:element name="DockOutsideChartArea" type="xsd:string" minOccurs="0" />
     <xsd:element name="DockOffset" type="xsd:string" minOccurs="0" />
     <xsd:element name="ChartElementPosition" type="ChartElementPositionType" 
                  minOccurs="0" />
     <xsd:element name="ToolTip" type="StringLocIDType" minOccurs="0" />
     <xsd:element name="ActionInfo" type="ActionInfoType" minOccurs="0" />
     <xsd:element name="TextOrientation" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:attribute name="Name" type="xsd:normalizedString" use="required" />
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

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

 <xsd:complexType name="ChartTitleType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Caption" type="StringLocIDType" minOccurs="1" />
     <xsd:element name="Hidden" type="xsd:string" minOccurs="0" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="Position" type="xsd:string" minOccurs="0" />
     <xsd:element name="DockToChartArea" type="xsd:string" minOccurs="0" />
     <xsd:element name="DockOutsideChartArea" type="xsd:string" minOccurs="0" />
     <xsd:element name="DockOffset" type="xsd:string" minOccurs="0" />
     <xsd:element name="ChartElementPosition" type="ChartElementPositionType" 
                  minOccurs="0" />
     <xsd:element name="ToolTip" type="StringLocIDType" minOccurs="0" />
     <xsd:element name="ActionInfo" type="ActionInfoType" minOccurs="0" />
     <xsd:element name="TextOrientation" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:attribute name="Name" type="xsd:normalizedString" use="required" />
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>