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

...

Description

Excerpt

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

Signature
C#
C#
 public sealed class ChartLocation : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
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}
Values

Name

Description

Anchor
ChartAsSheet
ChartAsSheet
ChartAsSheet

The chart should be converted to a chart sheet.

Anchor
ObjectInSheet
ObjectInSheet
ObjectInSheet

The chart should be an object in the specified worksheet.

Scrollbar