[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IChart.AddShapeInPixel

AddShapeInPixel Method

AddShapeInPixel(AutoShapeType, double, double, double, double)

Returns the IShape object that represents the new AutoShape in a worksheet.

Declaration
IShape AddShapeInPixel(AutoShapeType type, double left, double top, double width, double height)
Function AddShapeInPixel(type As AutoShapeType, left As Double, top As Double, width As Double, height As Double) As IShape
Parameters
Type Name Description
AutoShapeType type

Specifies the type of AutoShape to create.

double left

The distance from the left edge of the AutoShape's boundary box to the left edge of the chart area, in pixels.

double top

The distance from the top edge of the AutoShape's boundary box to the top edge of the chart area, in pixels.

double width

The width of the AutoShape's boundary box, in pixels.

double height

The height of the AutoShape's boundary box, in pixels.

Returns
Type Description
IShape

The IShape object.