ChartView Interface

Definition

Represents a view of a chart.

public interface class ChartView
[System.Runtime.InteropServices.Guid("00024488-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface ChartView
Public Interface ChartView
Attributes

Examples

The following example returns a ChartView object.

<span class="label">ActiveWindow.SheetViews.Item(1)  































































































































</span>

The following example returns a _Chart object.

<span class="label">ActiveWindow.SheetViews.Item(1).Sheet  































































































































</span>

Remarks

The ChartView object is one of the objects that can be returned by the SheetViews collection, similar to the Sheets collection. The ChartView object applies only to chart sheets.

Properties

Application

When used without an object qualifier, this property returns an _Application object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.

Creator

Returns a constant from the XlCreator enumeration that indicates the application in which this object was created. Read-only.

Parent

Returns the parent object for the specified object. Read-only.

Sheet

Returns the sheet name for the specified ChartView object. Read-only.

Applies to