Hi There
I have three UltraCharts (3D Pie Charts) situated as follows:
Each Chart is located in its own column in row 2 of a table. This table is in an aspx web form using a master page
When the page is loaded in the browser the charts load fine and also display the correct data. However, if the Windows Internet Explorer window is not wide enough the chart (or chart image) hangs off the side of the .aspx page (please see attached image). Its like it sits "on top" of the web page rather than "in" the page. I have played around with all sorts of combinations using the z-index values on the site.Master page and the main content on the web form. Can anyone help?? Please take into account that I am very new to ASP.Net.
I am using UltraChart 11.1 on .Net Framework 4.0 Visual Studio 2010
Any help will be greatly appreciated
Thanks
Hello hmistry,
In the UltraChart control renders as an image to be displayed in the browser. For resizing the chart when rendering you can take a look at the data chart for Silverlight Data Visualization here: http://samples.infragistics.com/sldv/ComponentOverview.aspx?cn=data-chart.
Let me know if you have any questions with this matter. Thank you.
Hi Duane
Thanks for the info...after a little more investigation, the image (from the Ultrachart control) being returned for the charts has the style...position property set to Absolute. this results in the chart images being frozen at that particlaur point on the screen. The images do not move when you resize the window.
Having done a quick search on the forums, there has been a JavaScript solution posted, however (wanting to aviod using JavaScript) I am still hopefull that there is a solution to get round this and to somehow change the position value of the image
If yourself or anybody else knows how this might be done without using JavaScript, please let me know
This is just a follow up on the thread on the current setup and usage of the UltraChart. More information would be helpful for troubleshooting
Apologies for not replying sooner, just to let you know that I'll post up an example in a few days
This is just an update on the thread for an example that you can attach on the current usage and setup of the UltraChart.