XlChartLocation Enumeration 

Specifies where to relocate a chart.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlChartLocation1 As XlChartLocation = XlChartLocation.xlLocationAsNewSheet

Syntax

Public Enum XlChartLocation
public enum XlChartLocation
public enum class XlChartLocation
public enum XlChartLocation
public enum XlChartLocation

Members

Member name Description
xlLocationAsNewSheet Chart is moved to a new sheet.
xlLocationAsObject Chart is to be embedded in an existing sheet.
xlLocationAutomatic Excel controls chart location.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace