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