How to edit chart data in java using aspose 2.9.6

Hi Team,

How to edit the chart in java data using using aspose 2.9.6

ShapeEx shape = (ShapeEx)itr.next();
System.out.println(shape.getClass());
if(shape instanceof ChartEx)
{
ChartEx cx = (ChartEx)shape;
// Here i want to change the chart data.
}

Thanks.

Hi Senthil Kumar,

Thanks for inquiring Aspose.Slides.

I like to share that chart support has been included for the first time in Aspose.Slides for Java 3.0.0 and is not available in Aspose.Slides for Java 2.9.6. In order to modify the chart data, please visit this documentation link for your kind reference.

Many Thanks,