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.

Fri Jul 15, 2022 9:21 am

On a chart shape, how can I tell if `Switch Row/Column` is enabled or not?

Image below shows two charts, one with switch rows/columns disabled and the other with it enabled.

switch rows and columns.PNG

majeed_s
 
Posts: 69
Joined: Thu Mar 25, 2021 4:13 pm

Mon Jul 18, 2022 9:28 am

Hi,

Thank you for your inquiry and sorry for the late reply due to weekend.
Sorry that our Spire.Presentation does not provide a method to switch the row / column at present. We will consider implementing this feature in the future. If it is achieved, I'll let you know immediately.

Sincerely,
Kylie
E-iceblue support team
User avatar

kylie.tian
 
Posts: 412
Joined: Mon Mar 07, 2022 2:30 am

Mon Jul 25, 2022 3:03 pm

Hi,

Just to be clear, I only want to read if this property has been enabled by a user by hand of not. I don't want to programmatically switch the rows and columns.

I want to know where the red and purple boxes are.

majeed_s
 
Posts: 69
Joined: Thu Mar 25, 2021 4:13 pm

Tue Jul 26, 2022 9:37 am

Hi,

Sorry our Spire.Presentation does not support reading if 'Switch Row/Column' is enabled or not at present. We consider adding it as a new feature into our upgrade list with the number SPIREPPT-2021. If it is achieved, I'll let you know immediately.

Sincerely,
Kylie
E-iceblue support team
User avatar

kylie.tian
 
Posts: 412
Joined: Mon Mar 07, 2022 2:30 am

Fri Jul 29, 2022 8:06 am

Thank you for confirming.

majeed_s
 
Posts: 69
Joined: Thu Mar 25, 2021 4:13 pm

Fri Sep 09, 2022 4:21 pm

Any updates on this?

majeed_s
 
Posts: 69
Joined: Thu Mar 25, 2021 4:13 pm

Tue Sep 13, 2022 9:40 am

Hi,

Sorry for the late reply due to the weekend.
Our dev team did some adjustments on your issue, but there are still some impacts that lead to test failure. Our dev team need more time to fix your issue completely. I'll let you know as soon as there is any meaningful progress. Thanks for your understanding.

Sincerely,
Kylie
E-iceblue support team
User avatar

kylie.tian
 
Posts: 412
Joined: Mon Mar 07, 2022 2:30 am

Tue Sep 13, 2022 1:38 pm

thank you for the update.

majeed_s
 
Posts: 69
Joined: Thu Mar 25, 2021 4:13 pm

Wed Sep 14, 2022 11:07 am

Hi,

You're welcome.
I will notify you as soon as there are any updates on this issue.

Sincerely,
Kylie
E-iceblue support team
User avatar

kylie.tian
 
Posts: 412
Joined: Mon Mar 07, 2022 2:30 am

Mon Oct 24, 2022 8:54 am

Any updates on this?

majeed_s
 
Posts: 69
Joined: Thu Mar 25, 2021 4:13 pm

Mon Oct 24, 2022 10:16 am

Hi,

Our dev team has fixed the impacts, and the issue is going to the test stage again. If the test goes well, we will provide a hotfix asap. I will inform you as soon as there is any good news. Thanks for your understanding.

Sincerely,
Kylie
E-iceblue support team
User avatar

kylie.tian
 
Posts: 412
Joined: Mon Mar 07, 2022 2:30 am

Fri Oct 28, 2022 10:05 am

Hi,

Glad to inform that we just released Spire.Presentation Pack Hotfix Version:7.10.2 which fixed SPIREPPT-2021, you can download it from the following links to test.
Website link: https://www.e-iceblue.com/Download/download-presentation-for-net-now.html
Nuget link: https://www.nuget.org/packages/Spire.Presentation/7.10.2
You can refer to the following code to read if the chart is enabled "Switch Row/Column".
Code: Select all
bool result = chart.IsSwitchRowAndColumn();

Sincerely,
Kylie
E-iceblue support team
User avatar

kylie.tian
 
Posts: 412
Joined: Mon Mar 07, 2022 2:30 am

Return to Spire.Presentation