XlChartLocation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies where to relocate a chart.
public enum class XlChartLocation
public enum XlChartLocation
Public Enum XlChartLocation
- Inheritance
-
XlChartLocation
Fields
xlLocationAsNewSheet | 1 | Chart is moved to a new sheet. |
xlLocationAsObject | 2 | Chart is to be embedded in an existing sheet. |
xlLocationAutomatic | 3 | Excel controls chart location. |