2.177.6 CustomLabel.Placement

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

The CustomLabel.Placement element specifies where a CustomLabel is placed relative to its containing RadialScale or LinearScale element. The CustomLabel.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 of this element MUST be one of the following or an expression that evaluates to one of the following:

Inside: Specifies that the CustomLabel instance is placed inside of the RadialScale or LinearScale element.

Outside: Specifies that the CustomLabel instance is placed outside of the RadialScale or LinearScale element.

Cross: Specifies that the CustomLabel instance is placed across the RadialScale or LinearScale element.

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

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

Parent elements

CustomLabel

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

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