2.128.7 ChartThreeDProperties.ProjectionMode

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

The ChartThreeDProperties.ProjectionMode element specifies the projection mode that is used for a 3D rendering. This element is optional.

If the ChartThreeDProperties.ProjectionMode element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. The value of this element MUST be one of the following or an expression that evaluates to one of the following:

Oblique: Specifies that an oblique projection is used.

Perspective: Specifies that a perspective projection is used.

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

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

Parent elements

ChartThreeDProperties

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

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