Font Size of Chart Area is not changing in Word Document (DOCX) by using Aspose Word Java

Hello Aspose Team,
Chart Area Font Settings are not changing by Aspose Word Java Programming.
I have used below code to change Font Size but Font Size of Chart Area is not changing in Word Document (DOCX).

NodeCollection shapes = doc.getChildNodes(NodeType.SHAPE, true);
for (int i = 0; i < shapes.getCount(); i++)
{
    Shape shape = (Shape)shapes.get(i);
    if (shape.hasChart())
    {
        shape.getFont().setSize(6.0d);
    }
}

Please guide.
Thanks and Regards.

Hello Aspose Team, Chart Area Font Settings are not changing by Aspose Word Java Programming.
I have used below code to change Font Size but Font Size of Chart Area is not changing in Word Document (DOCX).

NodeCollection shapes = doc.getChildNodes(NodeType.SHAPE, true);
for (int i = 0; i < shapes.getCount(); i++)
{
    Shape shape = (Shape)shapes.get(i);
    if (shape.hasChart())
    {
        shape.getFont().setSize(6.0d);
    }
}

Please guide.

Thanks and Regards.

Hi Neeraj,

Thanks for your inquiry. Shape.Font.Size property does not change the font size of chart’s text. Could you please attach your input and expected output Word documents here for our reference? We will then provide you more information about your query along with code.

Hello Tahir,

Thank you for your response. Neeraj is my team member. Currently, I am looking for this issue.
I have attached Input and Expected Output documents for your reference.

Please check and guide.

Thanks and Regards.

Hi Neeraj,

Thanks for sharing the detail. Unfortunately, Aspose.Words does not support the requested feature at the moment. However, we have logged this feature request as WORDSNET-14235 in our issue tracking system. You will be notified via this forum thread once this feature is available.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-14235) have been fixed in this Aspose.Words for .NET 24.3 update also available on NuGet.