Charts in Microsoft word design

Hi again,

When using word VBA, I had a chart in my word document design which I handled in VBA like follow:

Dim PartinChart As Object
docReport.Bookmarks(“PartinChart”).Range.InlineShapes(1).OLEFormat.Edit
Set PartinChart = docReport.Bookmarks(“PartinChart”).Range.InlineShapes(1).OLEFormat.Object
PartinChart.Application.DataSheet.Range(“a1”).Value = PartinData.OC1 & “%”
PartinChart.Application.DataSheet.Range(“b1”).Value = PartinData.CP1 & “%”
PartinChart.Application.DataSheet.Range(“c1”).Value = PartinData.SV1 & “%”
PartinChart.Application.DataSheet.Range(“d1”).Value = PartinData.LN1 & “%”
PartinChart.Application.Update
PartinChart.Application.Quit
Set PartinChart = Nothing

Can you please help me convert this piece of code to Aspose.Words i VB.Net?
Thanks in advance.
Saleem.

Hi Saleem,


Thanks for your interest in Aspose.Words. I am afraid, Aspose.Words currently does not provide API classes to be able to create charts from scratch and update them with new values. Your request has been linked to the appropriate issue (WORDSNET-4617) and you will be notified as soon as it is supported. We apologize for your inconvenience.

Best regards,

The issues you have found earlier (filed as WORDSNET-4617) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(32)