Hi,
Hi,
Hi,
Hi,
I have worked with the sample code shared by you and have been able to reproduce the issue. An issue with ID SLIDESJAVA-35824 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be automatically notified once the issue will be fixed.
We are sorry for your inconvenience,
Hi,
Hi,
Hello,
Hi,
Thank you for sharing the feedback. I have requested our product team to investigate if two series of different types can be plotted on same axis or not. They will be investigating the issue under associated ticket and I will share further feedback with you as soon as it will be shared by them.
Many Thanks,
Hi,
We have investigated the issue further on our end and like to share that you need to plot the different series on chart’s secondary axis. The following sample code will help you in this regard.
//Changing the chart series marker
series.getMarker().setSize(10);
series.getMarker().setSymbol(MarkerStyleType.Star);
//Set PlotOnSecondAxis = true
series.setPlotOnSecondAxis(true);
pres.save(“Test.pptx”,SaveFormat.Pptx);
Many Thanks,
The issues you have found earlier (filed as SLIDESJAVA-35824) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.