2.202 CapImage
Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01
The CapImage element specifies an image to use for a PointerCap instance within a RadialGauge.
The following are the parent and child elements of the CapImage element.
Parent elements |
---|
PointerCap |
Child elements |
---|
The following is the XML Schema definition of the CapImage element in RDL 2008/01.
-
<xsd:complexType name="CapImageType"> <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="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 CapImage element in RDL 2010/01 and RDL 2016/01.
-
<xsd:complexType name="CapImageType"> <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="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>