'Declaration Public Function AddChart( _
ByVal sourceDocumentStreamThe source document stream.As System.IO.Stream, _
ByVal insertParamsThe parameters, which define how to insert the chart.As Vintasoft.Imaging.Office.Spreadsheet.Document.ChartInsertParams _
) As Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentChart
public Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentChart AddChart(
System.IO.Stream sourceDocumentStream,
Vintasoft.Imaging.Office.Spreadsheet.Document.ChartInsertParams insertParams
)
Parameters
- sourceDocumentStream
- The source document stream.
- insertParams
- The parameters, which define how to insert the chart.
Return Value
A new instance of OpenXmlDocumentImage.