Hi,
We are using Aspose.Slides for .NET 21.1.0.0 (netstandard2.0) library.
The old version of app using Aspose.Slides 17.2.0.0 and there same code works perfect.
The Secondary Axis show on the right side and Title also shown properly.
Using old version chart looks perfect
image.png (21.9 KB)
In new Version chart looks this way
image.png (21.4 KB)
I was able to move secondary axis label to right using following hack
chart.Axes.SecondaryVerticalAxis.TickLabelPosition = AspCharts.TickLabelPositionType.High;