How to Apply Border Color to a Bubble Chart in PowerPoint Presentation in Java?

Hi Team,

I’m sharing a expected ppt here. I need to change the bubble border color using IChartDataPoint object.
currently I’m trying to do it with

dataPoint.getFormat().getLine().getFillFormat().setFillType( FillType.Solid);
dataPoint.getFormat().getLine().getFillFormat().getSolidFillColor().setColor(this.colourProvider.getColor("#7136b0", null));

I’m able to add the border color with it but the bubble’s original color is changing.
samplebuubleborder.zip (35.7 KB)

@VaradS,
Thank you for contacting free support. I need some time to answer your question. I will get back to you soon.

@VaradS,
Thank you for your patience. With Aspose.Slides for Java 24.11, your code snippet works fine on my end. These code lines successfully change the bubble border of the data point. Please check your app code carefully again. If the issue persists, please share the following:

  • input presentation file
  • output presentation file
  • Aspose.Slides version you used