2.162 ChartLegendCustomItemCell

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

The ChartLegendCustomItemCell element is ignored.

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

Parent elements

ChartLegendCustomItemCells

Attributes

ChartLegendCustomItemCell.Name

Child elements

ChartLegendCustomItemCell.ActionInfo

ChartLegendCustomItemCell.Alignment

ChartLegendCustomItemCell.BottomMargin

ChartLegendCustomItemCell.CellSpan

ChartLegendCustomItemCell.CellType

ChartLegendCustomItemCell.ImageHeight

ChartLegendCustomItemCell.ImageWidth

ChartLegendCustomItemCell.LeftMargin

ChartLegendCustomItemCell.RightMargin

ChartLegendCustomItemCell.Style

ChartLegendCustomItemCell.SymbolHeight

ChartLegendCustomItemCell.SymbolWidth

ChartLegendCustomItemCell.Text

ChartLegendCustomItemCell.ToolTip

ChartLegendCustomItemCell.TopMargin

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

 <xsd:complexType name="ChartLegendCustomItemCellType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="CellType" minOccurs="0">
       <xsd:simpleType>
         <xsd:restriction base="xsd:string">
           <xsd:enumeration value="Text" />
           <xsd:enumeration value="SeriesSymbol" />
           <xsd:enumeration value="Image" />
         </xsd:restriction>
       </xsd:simpleType>
     </xsd:element>
     <xsd:element name="Text" type="xsd:string" minOccurs="0" />
     <xsd:element name="CellSpan" type="xsd:unsignedInt" minOccurs="0" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="ActionInfo" type="ActionInfoType" minOccurs="0" />
     <xsd:element name="ToolTip" type="StringLocIDType" minOccurs="0" />
     <xsd:element name="ImageHeight" type="xsd:string" minOccurs="0" />
     <xsd:element name="ImageWidth" type="xsd:string" minOccurs="0" />
     <xsd:element name="SymbolHeight" type="xsd:string" minOccurs="0" />
     <xsd:element name="SymbolWidth" type="xsd:string" minOccurs="0" />
     <xsd:element name="Alignment" type="xsd:string" minOccurs="0" />
     <xsd:element name="TopMargin" type="xsd:string" minOccurs="0" />
     <xsd:element name="BottomMargin" type="xsd:string" minOccurs="0" />
     <xsd:element name="LeftMargin" type="xsd:string" minOccurs="0" />
     <xsd:element name="RightMargin" 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 ChartLegendCustomItemCell element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="ChartLegendCustomItemCellType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="CellType" minOccurs="0">
       <xsd:simpleType>
         <xsd:restriction base="xsd:string">
           <xsd:enumeration value="Text" />
           <xsd:enumeration value="SeriesSymbol" />
           <xsd:enumeration value="Image" />
         </xsd:restriction>
       </xsd:simpleType>
     </xsd:element>
     <xsd:element name="Text" type="xsd:string" minOccurs="0" />
     <xsd:element name="CellSpan" type="xsd:unsignedInt" minOccurs="0" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="ActionInfo" type="ActionInfoType" minOccurs="0" />
     <xsd:element name="ToolTip" type="StringLocIDType" minOccurs="0" />
     <xsd:element name="ImageHeight" type="xsd:string" minOccurs="0" />
     <xsd:element name="ImageWidth" type="xsd:string" minOccurs="0" />
     <xsd:element name="SymbolHeight" type="xsd:string" minOccurs="0" />
     <xsd:element name="SymbolWidth" type="xsd:string" minOccurs="0" />
     <xsd:element name="Alignment" type="xsd:string" minOccurs="0" />
     <xsd:element name="TopMargin" type="xsd:string" minOccurs="0" />
     <xsd:element name="BottomMargin" type="xsd:string" minOccurs="0" />
     <xsd:element name="LeftMargin" type="xsd:string" minOccurs="0" />
     <xsd:element name="RightMargin" 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>