2.200.9 RadialPointer.Placement

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

The RadialPointer.Placement element determines where a RadialPointer is placed relative to a RadialScale. The RadialPointer.Placement 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 for this element MUST be one of the following:

Inside: The pointer is placed inside the radial scale.

Outside: The pointer is placed outside the radial scale.

Cross: The pointer is placed across the radial scale.

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

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

Parent elements

RadialPointer

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

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