I am developing an application in .NET MAUI and need to add a 3D chart using Syncfusion. However, I couldn’t find any documentation or examples on how to achieve this.
I have worked with SfCartesianChart and other 2D charts from Syncfusion, but now I need to represent data in a 3D chart.
Some specific questions I have:
Does Syncfusion for .NET MAUI support 3D charts?
If not, are there any recommended alternatives for 3D charts in MAUI?
Is there a way to integrate 3D charts using OpenGL or another library within a MAUI application?
I appreciate any guidance or example code. Thanks!
I am developing an application in .NET MAUI and need to add a 3D chart using Syncfusion. However, I couldn’t find any documentation or examples on how to achieve this.
I have worked with SfCartesianChart and other 2D charts from Syncfusion, but now I need to represent data in a 3D chart.
Some specific questions I have:
Does Syncfusion for .NET MAUI support 3D charts?
If not, are there any recommended alternatives for 3D charts in MAUI?
Is there a way to integrate 3D charts using OpenGL or another library within a MAUI application?
I appreciate any guidance or example code. Thanks!
Share Improve this question asked Mar 31 at 10:59 Rodrigo GonzálezRodrigo González 111 bronze badge New contributor Rodrigo González is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct. 2- syncfusion/blogs/post/… – Jason Commented Mar 31 at 14:11
- Create a simple html page rendering highchart. Use a webview to show the page (and the chart). – Isidoros Moulas Commented Mar 31 at 15:07
1 Answer
Reset to default 0They just issued a blog post for you here.