2.173.3 LinearGauge.Height

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

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

The LinearGauge.Height element is optional. If this element is present, its 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 LinearGauge.Height element’s parent GaugePanel element is set to true, the LinearGauge.Height element is ignored. If the LinearGauge.Height element is not present, its value is interpreted as 0.

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

Parent elements

LinearGauge

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

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