User (Legacy) Posted September 21, 2006 Report Share Posted September 21, 2006 I have a problem with very large charts in Internet Explorer. It seems to refuse to display them when the height is greater than 16384 pixels. However I have done some experimenting and I find that it does display them fine when the height attribute isn't present in the image tag i.e. <IMG SRC="/ChartFX6/Temp/CFT0921_1145453C90.png" WIDTH="496" HEIGHT="16385" > won't display the chart <IMG SRC="/ChartFX6/Temp/CFT0921_1145453C90.png" WIDTH="496"> will display the chart. What is the easiest way open to me to achieve this effect? Cheers, Martin Link to comment Share on other sites More sharing options...
Software FX Posted September 22, 2006 Report Share Posted September 22, 2006 Although adding attributes to the image tag is supported: chart.ImageSettings.TagAttributes = ... You can not REMOVE attributes that are already there. I don't know why explorer behaves the way it does. While IE 7 still shows the problem, FireFox behaves correctly. -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.