HasAutoAspectRatio Property From Microsoft Office Web Components Visual Basic previous page next page expression.HasAutoAspectRatio expression Required. An expression that returns a ChChart object.ExampleThis example resets the first chart in Chartspace1 to its default aspect ratio.Chartspace1.Charts(0).HasAutoAspectRatio = True