Font settings for series axis of 3D charts

Hi!

I am trying to change font settings of series axis for chart “Column3D”, see screenshot. For example, I could change font settings for value axis like so:

PortionFormatEx defaultPortionFormat = chart
                        .getCategoryAxis()
                        .getTextProperties()
                        .getParagraphs()
                        .get_Item( 0 )
                        .getParagraphFormat()
                        .getDefaultPortionFormat();
defaultPortionFormat.setFontHeight( 8 );
defaultPortionFormat.setFontBold( NullableBool.True );
defaultPortionFormat.setFontItalic( NullableBool.True );


How can I do that for series axis?

I am using Aspose.Slides 7.5.0.0.

P.S. See full code and screenshot in attachment

Hi Nikolay,

Thanks for inquiring Aspose.Slides.

I
have observed the requirement shared by you and regret to share that at
present the support for adding and managing the Series Axis is
unavailable in Aspose.Slides. I have created an issue with ID SLIDESJAVA-34022
as new feature request to investigate the possibility of implementing
the requested support. This thread has been linked with the issue so
that you may be automatically notified once the feature will be
available.

We are sorry for your inconvenience,

Hi Mudassir!

Thank you for answer!

The issues you have found earlier (filed as SLIDESJAVA-34022) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.