Changing Numberformat from chart in Word document with DocIO library in VB.NET

Hello,

I am using the DocIO library in VB.NET to access a word document and create and modify a chart.
I´m having trouble changing the Numberformat of the Y-Axis, I tried this command:
chart.PrimaryValueAxis.NumberFormat = "0%"
but it doesn´t work.

However, changing the Numberformat of the X-Axis works just fine with this command:
chart.PrimaryCategoryAxis.NumberFormat = "0%"

also changing the Y-Axis minimum and maximum values is working with these commands:
chart.PrimaryValueAxis.MaximumValue =...
chart.PrimaryValueAxis.MinimumValue = ...

Is there something I´m doing wrong?



Regards,

Matthias



Attachment: whole_sub_de9c7be8.zip

1 Reply

MJ Mohanaselvam Jothi Syncfusion Team December 15, 2017 05:16 AM UTC

Hi Matthias,

A support incident to track the status of your query has been created under your account. Please log on to our support website to check for further updates,
https://www.syncfusion.com/account/login

Please let us know if you have any other questions.

Regards,
Mohanaselvam J


Loader.
Up arrow icon