2.161 ChartLegendCustomItemCells

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

The ChartLegendCustomItemCells element is ignored.

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

Parent elements

ChartLegendCustomItem

Child elements

ChartLegendCustomItemCells.ChartLegendCustomItemCell

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

 <xsd:complexType name="ChartLegendCustomItemCellsType">
   <xsd:sequence>
     <xsd:element name="ChartLegendCustomItemCell" 
                  type="ChartLegendCustomItemCellType" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

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

 <xsd:complexType name="ChartLegendCustomItemCellsType">
   <xsd:sequence>
     <xsd:element name="ChartLegendCustomItemCell" 
                  type="ChartLegendCustomItemCellType" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>