Hi,
How to create BAR chart, PIE chart and line charts in ASPOSE Word for .Net.
Note: I am not looking to create charts in aspose.cell and copy it as image in word document.
Regards,
Aniket Khorjuvekar
Hi,
Hi Aniket,
Thanks.
Hi Awais,
Hi Awais,
Hi Aniket,
Hi,
Hi Aniket,
Thanks for the reply.
Please find attached word report.
Hi Aniket,
Hi Aniket,
DocumentBuilder builder = new DocumentBuilder(doc);
// Add chart with default data.
Shape shape = builder.InsertChart(ChartType.Column, 432, 252);
shape.Stroke.On = true;
shape.Stroke.Color = Color.Red;
doc.Save(MyDir + @"16.1.0.docx");
The issues you have found earlier (filed as WORDSNET-12748) have been fixed in this Aspose.Words for .NET 21.6 update and this Aspose.Words for Java 21.6 update.