2.204.17 StateIndicator.ZIndex

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

The StateIndicator.ZIndex element specifies the drawing order of a StateIndicator within a GaugePanel. The StateIndicator.ZIndex element is optional. This element is ignored if it is present in any schema version prior to RDL 2010/01. However, its data type is validated, and the value MUST be an Integer ([XMLSCHEMA2/2] section 3.3.17) or an expression that evaluates to an Integer. If this element is not present, its value is interpreted as 0. The value of this element MUST greater than or equal to 0 and less than or equal to 2147483647.

The following is the parent element of the StateIndicator.ZIndex element.

Parent elements

StateIndicator

The following is the XML Schema definition of the StateIndicator.ZIndex element.

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