2.185.7 ScaleLabels.Placement
Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01
The ScaleLabels.Placement element specifies where the labels in a RadialScale or LinearScale are placed. 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:
Inside: The labels are placed inside the GaugeTickMarks instances within the radial scale or linear scale.
Outside: The labels are placed outside the GaugeTickMarks instances within the radial scale or linear scale.
Cross: The labels are placed across the GaugeTickMarks instances within the radial scale or linear scale.
If the ScaleLabels.Placement element is not present, its value is interpreted as "Inside".
The following is the parent element of the ScaleLabels.Placement element.
Parent elements |
---|
The following is the XML Schema definition of the ScaleLabels.Placement element.
-
<xsd:element name="Placement" type="xsd:string" minOccurs="0">