2.173.5 LinearGauge.Left

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

The LinearGauge.Left element specifies the distance from the left as a percentage of LinearGauge.ParentItem. If LinearGauge.ParentItem is not present, the value of the LinearGauge.Left element is interpreted as relative to the left of the GaugePanel.

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

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

Parent elements

LinearGauge

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

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