Description
Sets or returns whether Microsoft Excel will automatically scale a three-dimensional chart to be close to the size of its two-dimensional version.
C#
public boolean UseAutoScaling{ get ; set ; } |
vb.net
Public Property UseAutoScaling() As Boolean |
Remarks
Enabling UseAutoScaling will have no effect unless UseRightAngleAxes is set to true
.
UseAutoScaling is true
by default.