ShowWindow Property [Excel 2003 VBA Language Reference]

True if the embedded chart is displayed in a separate window. The Chart object used with this property must refer to an embedded chart. Read/write Boolean.

Example

This example causes the embedded chart to be displayed in a separate window.

Worksheets(1).ChartObjects(1).Chart.ShowWindow = True

Applies to | Chart Object