Multilevel category axis

I'm trying to create a column chart with multilevel categories (date on the "coarse" axis and time on the "fine" axis. I've loaded the data in with the two axes in the first two columns, and I've tried various values for chart.CategoryLabelLevel and chart.PrimaryCategoryAxis.NoMultilevelLabel.


Can anyone point me in the right direction?

Thanks!


5 Replies

LB Lokesh Baskar Syncfusion Team November 2, 2021 10:35 AM UTC

Hi Jon, 

Thank you for contacting Syncfusion support.
 

Currently, we are checking the feasible solution to achieve your requirement. We will update the further details on 3rd November 2021.
 

Please let us know if you have any other questions.

Regards,
 
Lokesh B 



LB Lokesh Baskar Syncfusion Team November 4, 2021 07:29 AM UTC

Hi Jon, 

Thank you for your patience.

On further analysis, we have gotten issue when trying to create column chart with multilevel categories in previous version of 19.3.0.47. But we have fixed this issue in our latest weekly NuGet version (v19.3.0.48). So kindly upgrade to our latest version of 19.3.0.48 and resolve the issue at your end. You can get our latest NuGet package from nuget.org to check this at your side, instead of downloading complete setup. Please refer the below link of our latest NuGet package:
 
https://www.nuget.org/packages/Syncfusion.DocIO.Net.Core/19.3.0.48

To achieve your requirement, we suggest you to set NoMultiLevelLabel property of PrimaryCategoryAxis to “false”. Please find the code snippet given below.
 

Code Snippet:
 
chart.PrimaryCategoryAxis.NoMultiLevelLabel = false;  

If you still facing issue means, could you please share the below things at your end:
 
1. Simple sample or code snippet used at your end. 
2. Expected Output Word document. 

This will be more helpful to analyse further on the problem and update you with appropriate solution at the earliest.
 

Please let us know if you have any other questions.

Regards,
  
Lokesh B  



JO Jon replied to Lokesh Baskar November 10, 2021 05:59 PM UTC

Lokesh,


I've upgraded to the latest version, but I'm still unable to get it to work.


Looking at MS documentation, it appears that multilevel category labels are only available on Excel charts, but not Word or PowerPoint. Could that be the reason this doesn't work?



MR Manikandan Ravichandran Syncfusion Team November 11, 2021 05:24 PM UTC

Hi Jon,

Thank you for your update.

Currently we are checking your query and we will share the details for this on tomorrow (12th November 2021) without further delay.

Please let us know if you have any queries.

Regards,
Manikandan Ravichandran
 



LB Lokesh Baskar Syncfusion Team November 12, 2021 05:45 PM UTC

Hi Jon,

Thank you for your patience.

On further investigation, we are able to create chart with multilevel category labels using Syncfusion DocIO and Syncfusion Presentation. But there is no support for multilevel category axis in chart to image conversion. For your references we have attached the sample application from the below link. 
 
Please refer the generated output Word document and PowerPoint document from the below link. 
PowerPoint: https://www.syncfusion.com/downloads/support/forum/170074/pp/Sample1401499320.pptx

If you still facing issue means, could you please share the below things at your end:
 
1. Simple sample or code snippet used at your end.  
2. Expected Output Word document.  
This will be more helpful to analyze further on the problem and update you with appropriate solution at the earliest.

Please let us know if you have any queries.

Regards,
Lokesh B
 


Loader.
Up arrow icon