2.158 ChartLegendColumnHeader

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

The ChartLegendColumnHeader element is ignored.

The following are the child elements of the ChartLegendColumnHeader element.

Child elements

ChartLegendColumnHeader.Style

ChartLegendColumnHeader.Value

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

 <xsd:complexType name="ChartLegendColumnHeaderType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Value" 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 ChartLegendColumnHeader element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="ChartLegendColumnHeaderType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Value" 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>