2.173 LinearGauge

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

The LinearGauge element specifies a LinearGauge to be drawn within a GaugePanel. This element MUST be specified at least once within a LinearGauges collection.

The following are the parent elements, attributes, and child elements of the LinearGauge element.

Parent elements

LinearGauges

Attributes

LinearGauge.Name

Child elements

LinearGauge.ActionInfo

LinearGauge.Height

LinearGauge.Hidden

LinearGauge.Left

LinearGauge.ParentItem

LinearGauge.ToolTip

LinearGauge.Top

LinearGauge.Width

LinearGauge.ZIndex

LinearGauge.AspectRatio

LinearGauge.BackFrame

LinearGauge.ClipContent

LinearGauge.GaugeScales

LinearGauge.TopImage

LinearGauge.Orientation

The following is the XML Schema definition of the LinearGauge element in RDL 2008/01.

 <xsd:complexType name="LinearGaugeType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <!--GaugeTypeStart-->
       <!--GaugePanelItemTypeStart-->
         <xsd:element name="ActionInfo" type="ActionInfoType" minOccurs="0" />
         <xsd:element name="ToolTip" type="xsd:string" minOccurs="0" />
         <xsd:element name="Top" type="xsd:string" minOccurs="0" />
         <xsd:element name="Left" type="xsd:string" minOccurs="0" />
         <xsd:element name="Height" type="xsd:string" minOccurs="0" />
         <xsd:element name="Width" type="xsd:string" minOccurs="0" />
         <xsd:element name="ZIndex" type="xsd:string" minOccurs="0" />
         <xsd:element name="Hidden" type="xsd:string" minOccurs="0" />
         <xsd:element name="ParentItem" type="xsd:string" minOccurs="0" />
         <!--GaugePanelItemTypeEnd-->
           <xsd:element name="BackFrame" type="BackFrameType" minOccurs="0" />
           <xsd:element name="TopImage" type="TopImageType" minOccurs="0" />
           <xsd:element name="ClipContent" type="xsd:string" minOccurs="0" />
           <xsd:element name="AspectRatio" type="xsd:string" minOccurs="0" />
           <!--GaugeTypeEnd-->
             <xsd:element name="GaugeScales" type="LinearScalesType" 
                          minOccurs="0" />
             <xsd:element name="Orientation" type="xsd:string" minOccurs="0" />
             <xsd:any namespace="##other" processContents="skip" />
           </xsd:choice>
           <xsd:attribute name="Name" type="xsd:normalizedString" use="required" />
           <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

The following is the XML Schema definition of the LinearGauge element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="LinearGaugeType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <!--GaugeTypeStart-->
       <!--GaugePanelItemTypeStart-->
         <xsd:element name="ActionInfo" type="ActionInfoType" minOccurs="0" />
         <xsd:element name="ToolTip" type="xsd:string" minOccurs="0" />
         <xsd:element name="Top" type="xsd:string" minOccurs="0" />
         <xsd:element name="Left" type="xsd:string" minOccurs="0" />
         <xsd:element name="Height" type="xsd:string" minOccurs="0" />
         <xsd:element name="Width" type="xsd:string" minOccurs="0" />
         <xsd:element name="ZIndex" type="xsd:string" minOccurs="0" />
         <xsd:element name="Hidden" type="xsd:string" minOccurs="0" />
         <xsd:element name="ParentItem" type="xsd:string" minOccurs="0" />
         <!--GaugePanelItemTypeEnd-->
           <xsd:element name="BackFrame" type="BackFrameType" minOccurs="0" />
           <xsd:element name="TopImage" type="TopImageType" minOccurs="0" />
           <xsd:element name="ClipContent" type="xsd:string" minOccurs="0" />
           <xsd:element name="AspectRatio" type="xsd:string" minOccurs="0" />
           <!--GaugeTypeEnd-->
             <xsd:element name="GaugeScales" type="LinearScalesType" 
                          minOccurs="0" />
             <xsd:element name="Orientation" type="xsd:string" minOccurs="0" />
             <xsd:any namespace="##other" processContents="lax" />
           </xsd:choice>
           <xsd:attribute name="Name" type="xsd:normalizedString" use="required" />
           <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>