2.111.11 ThreeDProperties.Shading

Applies to RDL 2003/10 and RDL 2005/01

The ThreeDProperties.Shading element specifies the type of 3D shading in a 3D Chart. This element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) that is one of the following:

Real: Specifies realistic shading.

Simple: Specifies simplified shading.

None (default): Specifies no shading.

If this element is not present, its value is interpreted as "None".

The following is the parent element of the ThreeDProperties.Shading element.

Parentelements

ThreeDProperties

The following is the XML Schema definition of the ThreeDProperties.Shading element.

 <xsd:element name="Shading" minOccurs="0">
   <xsd:simpleType>
     <xsd:restriction base="xsd:string">
       <xsd:enumeration value="None" />
       <xsd:enumeration value="Simple" />
       <xsd:enumeration value="Real" />
     </xsd:restriction>
   </xsd:simpleType>
 </xsd:element>