Shapes.AddChart(Int32, XlChartType, Single, Single, Single, Single, Boolean) Method

Definition

public Microsoft.Office.Interop.MSProject.Shape AddChart (int Style = -1, Microsoft.Office.Core.XlChartType Type = (Microsoft.Office.Core.XlChartType) -1, float Left = -1, float Top = -1, float Width = -1, float Height = -1, bool NewLayout = false);
Public Function AddChart (Optional Style As Integer = -1, Optional Type As XlChartType = (Microsoft.Office.Core.XlChartType) -1, Optional Left As Single = -1, Optional Top As Single = -1, Optional Width As Single = -1, Optional Height As Single = -1, Optional NewLayout As Boolean = false) As Shape

Parameters

Style
Int32
Left
Single
Top
Single
Width
Single
Height
Single
NewLayout
Boolean

Returns

Shape

Applies to