[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Charts.IChartObject

IChartObject Interface

Represents an embedded chart on a worksheet.

Namespace: GrapeCity.Spreadsheet.Charts
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IChartObject : IDrawingObject
Public Interface IChartObject
    Inherits IDrawingObject

Properties

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.

Methods

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.