Data uneditable after series name change

Hi,

After updating a series name the chart can no longer be edited or selected in powerpoint (nothing happens when pressing the button). Heres the code im trying to run:



x = chart.ChartData.Series.Add(fact.GetCell(idx, 0, count, "Group: "+count ), chart.Type);
fact.GetCell(idx, 0, count, "New Name");

ive also tried with:

series.NameCells[0].Value = "New Name";

The charts looks correct in powerpoint, the names have been updated correctly it seems, but data sheet cannot be opened. Any idea what can be causing this, and whats the prefered way of changing a series name?

Regards
Daniel

Hi Daniel,


I have observed the issue shared by you and like to share that the similar issue related to chart failing to get opened in Edit mode has been resolved in Aspose.Slides for .NET 7.4.0. Please try using the specified version on your end and if there is still an issue then please share the working sample code along with generated presentation with us. I will investigate it on my end to help you further.

Many Thanks,