A ChartLocation value specifies whether a chart should be an object within a worksheet, or converted to a chart sheet.

 public sealed class ChartLocation : TypesafeEnum
Public NotInheritable Class ChartLocation
		Inherits TypesafeEnum

Name

Description

ChartAsSheet

The chart should be converted to a chart sheet.

ObjectInSheet

The chart should be an object in the specified worksheet.