Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChartObject Interface
Properties Methods

In This Topic
    IChartObject Interface Members
    In This Topic

    The following tables list the members exposed by IChartObject.

    Public Properties
     NameDescription
     PropertyGets an GrapeCity.Spreadsheet.IRange object that represents the cell that lies under the lower-right corner of the shape. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets an IChart object that represents the chart contained in the object.  
     PropertyGets or sets a System.Int32 value that represents the height, in pixels, of the shape. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets an integer value that represents the index number of the object within the collection of similar objects.  
     PropertyGets or sets a System.Int32 value that represents the distance, in pixels, from the left edge of the shape to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart). (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets or sets a value indicating whether this GrapeCity.Drawing.IDrawingSurface is locked. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets or sets a string value representing the name of the shape. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets or sets an GrapeCity.Spreadsheet.Drawing.IDrawingObject.Placement value that represents the way the shape is attached to the cells below it. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets or sets a boolean value indicating whether the object will be printed when the document is printed. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets a value indicating whether the chart is selected.  
     PropertyGets an GrapeCity.Spreadsheet.Drawing.IShapeRange collection that represents all shapes in the chart.  
     PropertyGets or sets a System.Int32 value that represents the distance, in pixels, from the top edge of the topmost shape in the shape range to the top edge of the worksheet. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets an GrapeCity.Spreadsheet.IRange object that represents the cell that lies under the upper-left corner of the shape. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets or sets a boolean value that determines whether the shape is visible. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets or sets a System.Int32 value that represents the width, in pixels, of the shape. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets the position of the specified shape in the z-order. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
    Top
    Public Methods
     NameDescription
     MethodMakes the current chart the active chart.  
     MethodBrings the object to the front of the z-order.  
     MethodCopies the object to the Clipboard.  
     MethodCopies the selected object to the Clipboard as a picture.  
     MethodCuts the object to the Clipboard.  
     MethodDeletes the object.  
     MethodDuplicates the object and returns a reference to the new copy.  
     MethodSelects the object.  
     MethodSends the object to the back of the z-order.  
    Top
    See Also