2.204.3 StateIndicator.Height

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

The StateIndicator.Height element specifies the height for a StateIndicator as a percentage of StateIndicator.ParentItem. If StateIndicator.ParentItem is not specified, the value of the StateIndicator.Height element is interpreted as relative to the height of the GaugePanel.

The StateIndicator.Height 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 a Float ([XMLSCHEMA2] section 3.2.4) or an expression that evaluates to a Float. If the StateIndicator.Height element is not present, its value is interpreted as 0.

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

Parent elements

StateIndicator

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

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