Class PivotChartExcelExport
Inheritance
System.Object
PivotChartExcelExport
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ.Export
Assembly: Syncfusion.EJ.Export.dll
Syntax
public class PivotChartExcelExport
Constructors
PivotChartExcelExport()
Declaration
public PivotChartExcelExport()
Methods
ExportPivotChart(IWorkbook, String)
Declaration
public IWorkbook ExportPivotChart(IWorkbook workbook, string chartParams)
Parameters
Type | Name | Description |
---|---|---|
IWorkbook | workbook | |
System.String | chartParams |
Returns
Type | Description |
---|---|
IWorkbook |
ExportToExcel(Dictionary<String, String>)
Declaration
public void ExportToExcel(Dictionary<string, string> chartParams)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<System.String, System.String> | chartParams |
Events
ExcelExport
Declaration
public event PivotChartExcelExport.ExcelExportEventHandler ExcelExport
Event Type
Type | Description |
---|---|
PivotChartExcelExport.ExcelExportEventHandler |