Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

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.

  • No labels