Hi All,
I installed Infragistics NetAdvantage ASP.Net 10.3 from my company's portal.Now following are the 3 issues/questions that i have:
1. Why does a toolbar with Infragistics controls does not appear in my VS 2008? 2. I added the Ultrachart to my VS2008 toolbar using the Choose items and there were2 assemblies that i had to choose from: Infragistics35.WebUI..... and Infragistics2.WebUI..... to choose from. Could someone please explain these 2 DLLs in terms of which one to be used when?3. On trying to use Infragistics35.WebUI..... assembly and trying to create a simple Pie Chart, i get an error stating that following 4 assemblies are required to be referenced: Infragistics35.WebUI.Shared.v10.3. Do i need to stumble upon error each time to know what DLL to reference when using a control OR is there a more elegant way of knowing this information?
Appreciate your thoughts and quick replies
Hello manishchadha,
did you resolve your issues.
because you are licensed user the quickest way to get answer is to open support ticket.Regarding your second question: you can choose which contributors to put in others. Take a look at the following post: https://ko.infragistics.com/community/forums/f/ultimate-ui-for-asp-net/30486/pie-chart-others-slice/167226#167226 If you want to put top companies outside of others then you have to make your on implementation of this.I'm not sure what you mean in your third question.
Regarding your fourth question PieChart does not support this.
Thank you.
1. Being a licensed user, there is a way or forum by which i can get my answers little quicker
2. I have a Pie chart which shows the contributions by various users in terms of respective % w.r.t the total amount of all. If there are 6-7 users, they are represented well on Pie chart but if there more than that; 7 users are represented as single/individual entries on Pie Chart and rest of the users are combined into one single entry. How can i avoid that and have single entries/representation for all users on the chart.
3. If i have 50 users whose contributions i which to show in terms of respective % w.r.t the total amount of all; which is a recommended chart for that as Pie chart may appear too cluttered.
4. Also for 50 users if i want to show a pie chart first and later allow the user to switch to another chart, are composite charts the corect option for it? And how do i switch to other chart using composite chart.
Hello manishchadha,1. To show Infragistics controls in Visual Studio toolbox you have to run Create Toolbox Tab tool. It is located in your Start Menu -> Infragistics -> NetAdvantage 2010.3 -> ASP.NET -> Utilities -> Create Toolbox Tab
2. NetAdvantage has precompiled assemblies for .NET Framework, 3.5 and 4.0. You should use the same assemblies version as in Application.For example: if your Target Framework if 3.5 then you should use Infragistics35.WebUI
3.When you add control from VS Toolbox to aspx page it will add automatically all needed references.
Please let me know if you need additional assistance