2.111 ThreeDProperties

Applies to RDL 2003/10 and RDL 2005/01

The ThreeDProperties element specifies the properties of a 3D layout of a Chart.

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

Parent elements

Chart

Child elements

ThreeDProperties.Clustered

ThreeDProperties.DepthRatio

ThreeDProperties.DrawingStyle

ThreeDProperties.Enabled

ThreeDProperties.GapDepth

ThreeDProperties.HeightRatio

ThreeDProperties.Inclination

ThreeDProperties.Perspective

ThreeDProperties.ProjectionMode

ThreeDProperties.Rotation

ThreeDProperties.Shading

ThreeDProperties.WallThickness

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

 <xsd:complexType name="ThreeDPropertiesType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Enabled" type="xsd:boolean" minOccurs="0" />
     <xsd:element name="ProjectionMode" minOccurs="0">
       <xsd:simpleType>
         <xsd:restriction base="xsd:string">
           <xsd:enumeration value="Perspective" />
           <xsd:enumeration value="Orthographic" />
         </xsd:restriction>
       </xsd:simpleType>
     </xsd:element>
     <xsd:element name="Rotation" type="xsd:integer" minOccurs="0" />
     <xsd:element name="Inclination" type="xsd:integer" minOccurs="0" />
     <xsd:element name="Perspective" type="xsd:unsignedInt" minOccurs="0" />
     <xsd:element name="HeightRatio" type="xsd:unsignedInt" minOccurs="0" />
     <xsd:element name="DepthRatio" type="xsd:unsignedInt" minOccurs="0" />
     <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>
     <xsd:element name="GapDepth" type="xsd:unsignedInt" minOccurs="0" />
     <xsd:element name="WallThickness" type="xsd:unsignedInt" minOccurs="0" />
     <xsd:element name="DrawingStyle" minOccurs="0">
       <xsd:simpleType>
         <xsd:restriction base="xsd:string">
           <xsd:enumeration value="Cube" />
           <xsd:enumeration value="Cylinder" />
         </xsd:restriction>
       </xsd:simpleType>
     </xsd:element>
     <xsd:element name="Clustered" type="xsd:boolean" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>