I’m trying currently trying to create a simple chart containing a serie with a secondary vertical axis, and it doesn’t work
So I tried with this simple code, using series generated when you call Shapes.AddChart(…), and it also doesn’t work.
I don’t know what am I doing wrong, but when I set PlotOnSecondAxis = true, the associated axes configuration for the chart looks good (chart.Axes.SecondaryVerticalAxis.Position == Right ), but the output file have only left axis.
I have observed your requirements and suggest you to please try using sample code given over following thread link using latest Aspose.Slides for .NET 19.11.
Which is absolutely not linked to the vertical axis, the 2 vertical axis moves to the left …
I don’t know if it’s “normal”, but it’s very difficult to understand how to use the library when you have parameters on the vertical axis that have no impact on the vertical axis, but parameters on the horizontal axis that moves the vertical axis to the right
Thanks again for your answer, and I will have a look on all details in samples I can find in this forum to have my answers
I have observed your comments. Can you please share the generated presentation on your end using Aspose.Slides for .NET 19.11. As per my assumption, if you commit the above line of code, both vertical axis move to left. This is strange. Please do provide the sample project used as it is to reproduce the issue on our end.