I apologize but I am very new to Syncfusion, have many questions and am not finding many relevant online examples.
I have the following code snipit:
doc = new Syncfusion.DocIO.DLS.WordDocument();
doc.Open(@"C:\SyncFusionTestFiles\KarlsTestChart.docx");
and KarlsTestChart.xlsx (attached) contains a chart.
Where in the WordDocument would I find the chart? Using Visual Studio in the debugger I can easily find all the paragraphs but not the chart.
Attachment:
KarlsTestChart_775504b6.zip