2.196 RadialGauge

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

The RadialGauge element specifies a RadialGauge to be drawn within a GaugePanel instance. The RadialGauge element MUST be specified at least once within a RadialGauges collection.

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

Parent elements

RadialGauges

Attributes

RadialGauge.Name

Child elements

RadialGauge.PivotX

RadialGauge.PivotY

RadialGauge.AspectRatio

RadialGauge.BackFrame

RadialGauge.ClipContent

RadialGauge.GaugeScales

RadialGauge.TopImage

RadialGauge.ActionInfo

RadialGauge.Height

RadialGauge.Hidden

RadialGauge.Left

RadialGauge.ParentItem

RadialGauge.ToolTip

RadialGauge.Top

RadialGauge.Width

RadialGauge.ZIndex

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

 <xsd:complexType name="RadialGaugeType">
   <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="RadialScalesType" 
                          minOccurs="0" />
             <xsd:element name="PivotX" type="xsd:string" minOccurs="0" />
             <xsd:element name="PivotY" 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 RadialGauge element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="RadialGaugeType">
   <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="RadialScalesType" 
                          minOccurs="0" />
             <xsd:element name="PivotX" type="xsd:string" minOccurs="0" />
             <xsd:element name="PivotY" 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>