Sets or returns whether Microsoft Excel will automatically scale a three-dimensional chart to be close to the size of its two-dimensional version.

 public boolean UseAutoScaling{ get; set; }
Public Property UseAutoScaling() As Boolean

Enabling UseAutoScaling will have no effect unless UseRightAngleAxes is set to true.

UseAutoScaling is true by default.