HasAutoChartDepth Property

Microsoft Office Web Components Visual Basic

expression.HasAutoChartDepth

expression    Required. An expression that returns a ChChart object.

Example

This example resets the first chart in Chartspace1 to it's default depth.

Chartspace1.Charts(0).HasAutoChartDepth = True