2.183 PointerImage

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

The PointerImage element specifies a pointer image to be used for a LinearPointer or a RadialPointer within a LinearGauge or RadialGauge instance. The PointerImage element is optional.

The following are the parent and child elements of the PointerImage element.

Parent elements

LinearPointer

RadialPointer

Child elements

PointerImage.HueColor

PointerImage.OffsetX

PointerImage.OffsetY

PointerImage.Transparency

PointerImage.MIMEType

PointerImage.Source

PointerImage.TransparentColor

PointerImage.Value

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

 <xsd:complexType name="PointerImageType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <!--BaseGaugeImageTypeStart-->
       <xsd:element name="Source" type="xsd:string" minOccurs="1" />
       <xsd:element name="Value" type="xsd:string" minOccurs="1" />
       <xsd:element name="MIMEType" type="xsd:string" minOccurs="0" />
       <xsd:element name="TransparentColor" type="xsd:string" minOccurs="0" />
       <!--BaseGaugeImageTypeEnd-->
         <xsd:element name="HueColor" type="xsd:string" minOccurs="0" />
         <xsd:element name="Transparency" type="xsd:string" minOccurs="0" />
         <xsd:element name="OffsetX" type="SizeType" minOccurs="0" />
         <xsd:element name="OffsetY" type="SizeType" minOccurs="0" />
         <xsd:any namespace="##other" processContents="skip" />
       </xsd:choice>
       <xsd:anyAttribute namespace="##other" processContents="skip" />
     </xsd:complexType>

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

 <xsd:complexType name="PointerImageType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <!--BaseGaugeImageTypeStart-->
       <xsd:element name="Source" type="xsd:string" minOccurs="1" />
       <xsd:element name="Value" type="xsd:string" minOccurs="1" />
       <xsd:element name="MIMEType" type="xsd:string" minOccurs="0" />
       <xsd:element name="TransparentColor" type="xsd:string" minOccurs="0" />
       <!--BaseGaugeImageTypeEnd-->
         <xsd:element name="HueColor" type="xsd:string" minOccurs="0" />
         <xsd:element name="Transparency" type="xsd:string" minOccurs="0" />
         <xsd:element name="OffsetX" type="SizeType" minOccurs="0" />
         <xsd:element name="OffsetY" type="SizeType" minOccurs="0" />
         <xsd:any namespace="##other" processContents="lax" />
       </xsd:choice>
       <xsd:anyAttribute namespace="##other" processContents="lax" />
     </xsd:complexType>