InteractiveExport Method Example

The following example launches the Export dialog box for the Line/Multiline chart.

Private Sub CommandButton4_Click()

LineChart1.InteractiveExport

End Sub