Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

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

C#
public sealed class ChartLocation : TypesafeEnum
vb.net
Public NotInheritable Class ChartLocation
        Inherits TypesafeEnum

Values

Name

Description

ChartAsSheet

The chart should be converted to a chart sheet.

ObjectInSheet

The chart should be an object in the specified worksheet.

  • No labels