Spire.Presentation is a professional PowerPoint® compatible library that enables developers to create, read, write, modify, convert and Print PowerPoint documents. Get free and professional technical support for Spire.Presentation for .NET, Java, Android, C++, Python.

Tue May 19, 2020 11:29 am

Hello,

I am facing "object reference not set to an instance of an object" error while updating bubble chart values.

Code: Select all
  ISlide slide = presentation.Slides[0];
            IChart chart = slide.Shapes[13] as IChart; //bubble chart

            List<ChartDataModel> chartDT = getDT.GetChartData(5, 0); //get values from database

            for (int i = 0; i < chartDT.Count; i++)
            {
                chart.ChartData[1 + i, 1].Value = chartDT[i].X_Value;
                chart.ChartData[1 + i, 2].Value = chartDT[i].Y_Value;
            }


Code: Select all
presentation.SaveToFile(AppDomain.CurrentDomain.BaseDirectory + "/Presentations/" + "test.pptx", FileFormat.Pptx2010);  //getting error here


I have attached my PowerPoint file,please check and let me know.

Thanks in advance!

Kinali94
 
Posts: 12
Joined: Mon May 04, 2020 8:46 am

Wed May 20, 2020 1:54 am

Hello,

Thanks for your inquiry.
I tested your case and indeed reproduced your issue. This issue has been logged in our bug tracking system with the ticket SPIREPPT-1183 for further investigation. We will keep you informed if there is any update.
Sorry for the inconvenience caused.

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Thu May 28, 2020 10:03 am

Hello,

Can you look into this issue ASAP.
It's very urgently required in our application.

Regards,
Kinali Gandhi

Kinali94
 
Posts: 12
Joined: Mon May 04, 2020 8:46 am

Thu May 28, 2020 10:24 am

Hello,

Thanks for your following up.
I checked the status of your issue and found it has been fixed. It is now under the test phase. If it passes the test, we will prepare a hotfix for you ASAP.

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Thu Jun 04, 2020 3:37 am

Hello,

Hope you are doing well.
Glad to inform you that we just released Spire.Presentation Pack Hotfix Version:5.6.1 which fixes your issue. Welcome to download it from the following link.
Website link: https://www.e-iceblue.com/Download/down ... t-now.html
Nuget link: https://www.nuget.org/packages/Spire.Presentation/5.6.1

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Fri Jun 12, 2020 5:38 am

Hello,

Greetings from E-iceblue!
Has your issue been resolved? Looking forward to your further feedback.

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Wed Jun 24, 2020 10:21 am

Thank you for your response!
The issue has been resolved, It's working fine.

Regards,
Kinali Gandhi

Kinali94
 
Posts: 12
Joined: Mon May 04, 2020 8:46 am

Thu Jun 25, 2020 1:01 am

Hello,

Thanks for your feedback.
Feel free to contact us if you need further assistance.
Have a nice day!

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Return to Spire.Presentation