Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{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}