2.105.2 Legend.Layout

Applies to RDL 2003/10 and RDL 2005/01

The Legend.Layout element specifies the arrangement of labels within a legend for a series group. This element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) that is one of the following:

Column (default): Specifies that labels are arranged in a column.

Row: Specifies that labels are arranged in a row.

Table: Specifies that labels are arranged in a table.

If the Legend.Layout element is not present, its value is interpreted as "Column".

Following is the parent element of the Legend.Layout element.

Parent elements

Legend

The following is the XML Schema definition of the Legend.Layout element.

 <xsd:element name="Layout" minOccurs="0">
   <xsd:simpleType>
     <xsd:restriction base="xsd:string">
       <xsd:enumeration value="Column" />
       <xsd:enumeration value="Row" />
       <xsd:enumeration value="Table" />
     </xsd:restriction>
   </xsd:simpleType>
 </xsd:element>