2.187.4 PinLabel.Placement

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

The PinLabel.Placement element specifies where a PinLabel instance is placed relative to a RadialScale or LinearScale element. The PinLabel.Placement element is optional.

If the PinLabel.Placement 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:

Inside: The PinLabel instance is placed inside the GaugeTickMarks instances within the RadialScale or LinearScale instance.

Outside: The PinLabel instance is placed outside the GaugeTickMarks instances within the RadialScale or LinearScale instance.

Cross: The PinLabel instance is across the GaugeTickMarks instances within the RadialScale or LinearScale instance.

If the PinLabel.Placement element is not present, its value is interpreted as "Inside".

The following is the parent element of the PinLabel.Placement element.

Parent elements

PinLabel

The following is the XML Schema definition of the PinLabel.Placement element.

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