2.243.7 MapMarkerTemplate.LabelPlacement

Applies to RDL 2010/01 and RDL 2016/01

The MapMarkerTemplate.LabelPlacement element specifies the label placement for the MapPointLayer. 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:

Bottom: Specifies that the label is positioned at the bottom of the map point layer.

Top: Specifies that the label is positioned at the top of the map point layer.

Left: Specifies that the label is positioned to the left of the map point layer.

Right: Specifies that the label is positioned to the right of the map point layer.

Center: Specifies that the label is positioned at the center of the map point layer.

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

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

Parent elements

MapMarkerTemplate

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

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