Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

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

Signature
C#
C#
 public boolean UseAutoScaling{ get; set; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public Property UseAutoScaling() As Boolean
{signature}
{remarks}Enabling [UseAutoScaling|ChartSettings3D.UseAutoScaling] will have no effect unless [UseRightAngleAxes|ChartSettings3D.UseRightAngleAxes] is set to {{true}}.

UseAutoScaling is {{true}} by default.
{remarks}
Remarks

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

UseAutoScaling is true by default.