2.155 ChartLegendTitle

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

The ChartLegendTitle element specifies a title for a legend.

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

Parent elements

ChartLegend

Child elements

ChartLegendTitle.Caption

ChartLegendTitle.Style

ChartLegendTitle.TitleSeparator

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

 <xsd:complexType name="ChartLegendTitleType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Caption" type="StringLocIDType" />
     <xsd:element name="TitleSeparator" type="xsd:string" minOccurs="0" />
     <xsd:element name="Style" type="StyleType" 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 ChartLegendTitle element in RDL 2010/01 and RDL 2016/01.

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