{description}
{excerpt}A [ChartLocation|Chart.ChartLocation] value specifies whether a chart should be an object within a worksheet, or converted to a chart sheet.{excerpt}
{signature:C#}
 public sealed class ChartLocation : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class ChartLocation
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:ChartAsSheet}ChartAsSheet|The chart should be converted to a chart sheet.|
|{anchor:ObjectInSheet}ObjectInSheet|The chart should be an object in the specified worksheet.|
{scrollbar}