2.160 ChartLegendCustomItem

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

The ChartLegendCustomItem element is ignored.

The following are the attributes and child elements of the ChartLegendCustomItem element.

Attributes

ChartLegendCustomItem.Name

Child elements

ChartLegendCustomItem.ActionInfo

ChartLegendCustomItem.ChartLegendCustomItemCells

ChartLegendCustomItem.ChartMarker

ChartLegendCustomItem.Separator

ChartLegendCustomItem.SeparatorColor

ChartLegendCustomItem.Style

ChartLegendCustomItem.ToolTip

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

 <xsd:complexType name="ChartLegendCustomItemType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="ChartLegendCustomItemCells" 
                  type="ChartLegendCustomItemCellsType" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="ChartMarker" type="ChartMarkerType" minOccurs="0" />
     <xsd:element name="Separator" type="xsd:string" minOccurs="0" />
     <xsd:element name="SeparatorColor" type="xsd:string" minOccurs="0" />
     <xsd:element name="ToolTip" type="StringLocIDType" minOccurs="0" />
     <xsd:element name="ActionInfo" type="ActionInfoType" 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 ChartLegendCustomItem element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="ChartLegendCustomItemType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="ChartLegendCustomItemCells" 
                  type="ChartLegendCustomItemCellsType" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="ChartMarker" type="ChartMarkerType" minOccurs="0" />
     <xsd:element name="Separator" type="xsd:string" minOccurs="0" />
     <xsd:element name="SeparatorColor" type="xsd:string" minOccurs="0" />
     <xsd:element name="ToolTip" type="StringLocIDType" minOccurs="0" />
     <xsd:element name="ActionInfo" type="ActionInfoType" 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>