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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.