UndoZoom Method Example

The following example restores the Line/Multiline chart to its default size.

Private Sub CommandButton9_Click()

LineChart1.UndoZoom

End Sub