2.153 ChartLegendColumns

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

The ChartLegendColumns element is ignored.

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

Parent elements

ChartLegend

Child elements

ChartLegendColumns.ChartLegendColumn

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

 <xsd:complexType name="ChartLegendColumnsType">
   <xsd:sequence>
     <xsd:element name="ChartLegendColumn" type="ChartLegendColumnType" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

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

 <xsd:complexType name="ChartLegendColumnsType">
   <xsd:sequence>
     <xsd:element name="ChartLegendColumn" type="ChartLegendColumnType" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>