Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Chart Add(
	ExcelChartType pivotChartType,
	IPivotTable pivotTable
)
Public Function Add ( 
	pivotChartType As ExcelChartType,
	pivotTable As IPivotTable
) As Chart
public:
Chart^ Add(
	ExcelChartType pivotChartType, 
	IPivotTable^ pivotTable
)
member Add : 
        pivotChartType : ExcelChartType * 
        pivotTable : IPivotTable -> Chart 

Parameters

pivotChartType
ExcelChartType
pivotTable
IPivotTable

Return Value

Chart

See Also