Abstract base class for objects that are exposed off a

Inheritance

object

Returns the owning chart (read-only)

public WorksheetChart Chart { get; }

returns this object's owner. (read-only)

public ChartObject Owner { get; }

The owning sheet (read-only)

public Sheet Sheet { get; }

The owning workbook (read-only)

public Workbook Workbook { get; }

The owning worksheet (read-only)

public Worksheet Worksheet { get; }