2.128.4 ChartThreeDProperties.GapDepth

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

The ChartThreeDProperties.GapDepth element specifies the depth gap between 3D bars and columns as a percentage of the distance between data points in one row. This element is optional.

If the ChartThreeDProperties.GapDepth 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 100. The value of this element MUST be greater than or equal to 0 and less than or equal to 2147483647.

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

Parent elements

ChartThreeDProperties

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

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