Chart.ShowWindow Property

Gets or sets a value that indicates if the embedded chart is displayed in a separate window.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Property ShowWindow As Boolean
    Get
    Set
bool ShowWindow { get; set; }

Property Value

Type: System.Boolean
true if the embedded chart is displayed in a separate window; otherwise, false.

Remarks

The Microsoft.Office.Interop.Excel.Chart object used with this property must refer to an embedded chart.

.NET Framework Security

See Also

Reference

Chart Interface

Microsoft.Office.Tools.Excel Namespace