Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public IShape AddShapeInChart(
	ExcelShapeType type,
	ResizeBehaveType placement,
	int left,
	int top,
	int height,
	int width
)
Public Function AddShapeInChart ( 
	type As ExcelShapeType,
	placement As ResizeBehaveType,
	left As Integer,
	top As Integer,
	height As Integer,
	width As Integer
) As IShape
public:
IShape^ AddShapeInChart(
	ExcelShapeType type, 
	ResizeBehaveType placement, 
	int left, 
	int top, 
	int height, 
	int width
)
member AddShapeInChart : 
        type : ExcelShapeType * 
        placement : ResizeBehaveType * 
        left : int * 
        top : int * 
        height : int * 
        width : int -> IShape 

Parameters

type
ExcelShapeType
placement
ResizeBehaveType
left
Int32
top
Int32
height
Int32
width
Int32

Return Value

IShape

See Also