Click or drag to resize

WorksheetChartsCollection Add Method

Overload List
Name Description
Public method Add
Adds a new chart to the collection.
Public method Add(T)
Adds an item to the collection.trigger OnInsert and OnInsertComplete method when set item
(Inherited from CollectionBase T .)
Public method Add(ExcelChartType)
Adds a new chart to the worksheet with the specified chart type.
Public method Add(ExcelChartType, IPivotTable)
Adds a chart to the worksheet based on the specified pivot table and chart type.
Top
See Also