I am using aspose slides via java node js library. I want make the chart look like the provide image. I was able to create chart same as image but unable to add gaps between as category.
I want to add gaps between categories as shown in image. Attaching the slides and images. Please share details how do I add gaps between category.
image.png (5.9 KB)
@vigneshpmmc200,
Thank you for posting your requirements.
Using Aspose.Slides for Node.js, you can set gaps between columns of data series for a PowerPoint chart as shown below.
series.getParentSeriesGroup().setOverlap(java.newByte(-30));
More examples (in Java): Chart Series|Aspose.Slides Documentation