2.237.7 MapLineTemplate.LabelPlacement

Applies to RDL 2010/01 and RDL 2016/01

The MapLineTemplate.LabelPlacement element specifies the label placement for a MapLineLayer. 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:

Above: Specifies that the label is above the MapLine.

Center: Specifies that the label is centered on the map line.

Below: Specifies that the label is below the map line.

If this element is not present, its value is interpreted as "Above".

Following is the parent element of the MapLineTemplate.LabelPlacement element.

Parent elements

MapLineTemplate

The following is the XML Schema definition of the MapLineTemplate.LabelPlacement element.

 <xsd:element name="LabelPlacement" type="xsd:string" minOccurs="0" />