2.154 ChartLegendColumn

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

The ChartLegendColumn element is ignored.

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

Parent elements

ChartLegendColumns

Attributes

ChartLegendColumn.Name

Child elements

ChartLegendColumn.ActionInfo

ChartLegendColumn.ColumnType

ChartLegendColumn.MaximumWidth

ChartLegendColumn.MinimumWidth

ChartLegendColumn.SeriesSymbolHeight

ChartLegendColumn.SeriesSymbolWidth

ChartLegendColumn.Style

ChartLegendColumn.ToolTip

ChartLegendColumn.Value

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

 <xsd:complexType name="ChartLegendColumnType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="ColumnType">
       <xsd:simpleType>
         <xsd:restriction base="xsd:string">
           <xsd:enumeration value="Text" />
           <xsd:enumeration value="SeriesSymbol" />
         </xsd:restriction>
       </xsd:simpleType>
     </xsd:element>
     <xsd:element name="Value" type="xsd:string" 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="MinimumWidth" type="xsd:string" minOccurs="0" />
     <xsd:element name="MaximumWidth" type="xsd:string" minOccurs="0" />
     <xsd:element name="SeriesSymbolWidth" type="xsd:string" minOccurs="0" />
     <xsd:element name="SeriesSymbolHeight" 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 ChartLegendColumn element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="ChartLegendColumnType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="ColumnType">
       <xsd:simpleType>
         <xsd:restriction base="xsd:string">
           <xsd:enumeration value="Text" />
           <xsd:enumeration value="SeriesSymbol" />
         </xsd:restriction>
       </xsd:simpleType>
     </xsd:element>
     <xsd:element name="Value" type="xsd:string" 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="MinimumWidth" type="xsd:string" minOccurs="0" />
     <xsd:element name="MaximumWidth" type="xsd:string" minOccurs="0" />
     <xsd:element name="SeriesSymbolWidth" type="xsd:string" minOccurs="0" />
     <xsd:element name="SeriesSymbolHeight" 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>