2.173.16 LinearGauge.Orientation

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

The LinearGauge.Orientation element specifies the orientation of a LinearGauge. This element is optional.

If the LinearGauge.Orientation 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:

Auto: Specifies that the orientation is automatically determined based on the width and height of the linear gauge.

Horizontal: Specifies that the linear gauge is horizontal.

Vertical: Specifies that the linear gauge is vertical.

If the LinearGauge.Orientation element is not present, its value is interpreted as "Auto".

The following is the parent element of the LinearGauge.Orientation element.

Parent elements

LinearGauge

The following is the XML Schema definition of the LinearGauge.Orientation element.

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