2.128.9 ChartThreeDProperties.Shading

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

The ChartThreeDProperties.Shading element specifies the type of 3D shading. This element is optional. If this 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 the ChartThreeDProperties.Shading element MUST be one of the following:

Real: Specifies realistic shading.

Simple: Specifies simplified shading.

None: Specifies no shading.

If the ChartThreeDProperties.Shading element is not present, its value is interpreted as "Real".

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

Parent elements

ChartThreeDProperties

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

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