2.178.6 TickMarkStyle.Placement

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

The TickMarkStyle.Placement element specifies where the tick mark for a CustomLabel is placed relative to its associated RadialScale or LinearScale. 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 tick mark associated with a CustomLabel instance is placed inside the GaugeTickMarks instances in the radial scale or linear scale.

Outside: The tick mark associated with a CustomLabel instance is placed outside the GaugeTickMarks instances within the radial scale or linear scale.

Cross: The tick mark associated with a CustomLabel instance is across the GaugeTickMarks instances within the radial scale or linear scale.

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

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

Parent elements

TickMarkStyle

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

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