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
Wiki Markup
{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.{excerpt}
{signature:C#}
 public boolean UseAutoScaling{ get; set; }
{signature}{signature: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}