2.182.9 LinearPointer.Placement

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

The LinearPointer.Placement element determines where a LinearPointer is placed relative to a LinearScale. This element is optional.

If the LinearPointer.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 pointer is placed inside of the LinearScale.

Outside: The pointer is placed outside of the LinearScale.

Cross: The pointer is placed across the LinearScale.

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

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

Parent elements

LinearPointer

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

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