[]
Represents an embedded chart on a worksheet.
public interface IChartObject : IDrawingObject
Public Interface IChartObject
Inherits IDrawingObject
Name | Description |
---|---|
Chart | Gets an IChart object that represents the chart contained in the object. |
Index | Gets an integer value that represents the index number of the object within the collection of similar objects. |
Selected | Gets a value indicating whether the chart is selected. |
ShapeRange | Gets an IShapeRange collection that represents all shapes in the chart. |
Name | Description |
---|---|
Activate() | Makes the current chart the active chart. |
BringToFront() | Brings the object to the front of the z-order. |
Copy() | Copies the object to the Clipboard. |
CopyPicture(PictureAppearance, CopyPictureFormat) | Copies the selected object to the Clipboard as a picture. |
Cut() | Cuts the object to the Clipboard. |
Delete() | Deletes the object. |
Duplicate() | Duplicates the object and returns a reference to the new copy. |
Select(bool) | Selects the object. |
SendToBack() | Sends the object to the back of the z-order. |