2.204.13 StateIndicator.Top

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

The StateIndicator.Top element specifies the distance from the top as a percentage of StateIndicator.ParentItem. If StateIndicator.ParentItem is not specified, the value of the StateIndicator.Top element is interpreted as relative to the top of the GaugePanel.

The StateIndicator.Top 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 GaugePanel.AutoLayout property for the StateIndicator.Top element’s parent GaugePanel element is set to true, the StateIndicator.Top element is ignored.

If the StateIndicator.Top element is not present, its value is interpreted as 0. The following is the parent element of the StateIndicator.Top element.

Parent elements

StateIndicator

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

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