2.128.6 ChartThreeDProperties.Perspective

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

The ChartThreeDProperties.Perspective element specifies the percentage of perspective in a 3D chart. This element is optional. This element is ignored if the value of the ChartThreeDProperties.ProjectionMode element is not "Perspective."

If the ChartThreeDProperties.Perspective element is present, its value MUST be an Integer ([XMLSCHEMA2/2] section 3.3.17) or an expression that evaluates to an Integer. If this element is not present, its value is interpreted as 0. The value of this element MUST be greater than or equal to 0 and less than or equal to 100.

Following is the parent element of the ChartThreeDProperties.Perspective element.

Parent elements

ChartThreeDProperties

The following is the XML Schema definition of the ChartThreeDProperties.Perspective element.

 <xsd:element name="Perspective" type="xsd:string" minOccurs="0" />