2.260.10 MapLegend.Layout
Applies to RDL 2010/01 and RDL 2016/01
The MapLegend.Layout element specifies the arrangement of labels in a MapLegend. This element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. The value of this element MUST be one of the following or an expression that evaluates to one of the following:
AutoTable: The labels are automatically arranged to fit.
Column: The labels are arranged in a column.
Row: The labels are arranged in a row.
WideTable: The labels are arranged in a wide table.
TallTable: The labels are arranged in a tall table.
If this element is not present, its value is interpreted as "AutoTable".
Following is the parent element of the MapLegend.Layout element.
Parent elements |
---|
MapLegend |
The following is the XML Schema definition of the MapLegend.Layout element.
-
<xsd:element name="Layout" type="xsd:string" minOccurs="0" />