WorksheetChartsCollection Add Method |
| Name | Description | |
|---|---|---|
|
|
Add |
Adds a new chart to the collection.
|
|
|
Add(T) |
Adds an item to the collection.trigger OnInsert and OnInsertComplete method when set item
(Inherited from
CollectionBase
T
.)
|
|
|
Add(ExcelChartType) |
Adds a new chart to the worksheet with the specified chart type.
|
|
|
Add(ExcelChartType, IPivotTable) |
Adds a chart to the worksheet based on the specified pivot table and chart type.
|