ChartObject Interface

Represents an embedded chart on a worksheet.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("000208CF-0000-0000-C000-000000000046")> _
Public Interface ChartObject
'Usage
Dim instance As ChartObject
[InterfaceTypeAttribute()]
[GuidAttribute("000208CF-0000-0000-C000-000000000046")]
public interface ChartObject

Remarks

The ChartObject object acts as a container for a Chart object. Properties and methods for the ChartObject object control the appearance and size of the embedded chart on the worksheet. The ChartObject object is a member of the ChartObjects collection. The ChartObjects collection contains all the embedded charts on a single sheet.

See Also

Reference

ChartObject Members

Microsoft.Office.Interop.Excel Namespace