<igchart:UltraChart ID="UltraChart1" ChartType="PieChart3D">--->How can I add this in my MVC application. I have added the control onto my view but I don see it when I run the application. There is an option "chartimagespath" in the properties. What is that and do I have to add anything there?
Hello pranitha ,
I’m just following up to see if you’ve been able to resolve your issue. If you have any questions or concerns or if you need further assistance please let me know.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://ko.infragistics.com/support
Hello pranitha,
Thank you for posting in our forum.
You cannot add asp.net controls in MVC applications. They’re better suited for WebForms applications as they’re server controls.
For MVC applications I would recommend the jQuery controls. Here’s a link to the jQuery charts that you can refer to:
http://ko.infragistics.com/products/jquery/chart/
The chartimagespath property generally defines where chart images for the chart like scrollbar and cross hair images are located in your file system . There’s more information on this here:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=Infragistics4.WebUI.UltraWebChart.v11.1~Infragistics.WebUI.UltraWebChart.UltraChart~ChartImagesPath.html
Let me know if you have any questions or concerns.
Developer Support Engineer II