'Declaration Public Overloads Function AddChart( _
ByVal worksheetThe worksheet that contains drawing object.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal addParamsThe parameters to add new chart.As Vintasoft.Imaging.Office.Spreadsheet.Document.ChartInsertParams _
) As Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing
public Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing AddChart(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.ChartInsertParams addParams
)
Parameters
- worksheet
- The worksheet that contains drawing object.
- addParams
- The parameters to add new chart.
Return Value
Added chart.