Hi All,
I am seeing an issue when running my ASP.net application with an UltraChart.
When running the web application locally, the chart renders nicely and the fonts look good. However, as soon as I publish the application to a web-server, the UltraChart fonts are rendered strangely and become barely readable (see attachment).
I have tried changing the fonts used in the legend but this doesn't seem to fix the issue - any ideas what might be going on here?
The first image is locally, the second shows the same chart but on the remote web-server:
Many thanks,
AJ
Brilliant!
I used:
ucAssetApportionment.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
ucAssetApportionment.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAliasGridFit;
to fix my issue.
Believe it or not, I did actually read over that thread before I created this post, I just skim read and obviously didn't see any code showing the fix so ignored it... doh.
Many thanks for your help,
Check out this post and see if it helps:http://forums.infragistics.com/forums/p/24981/99398.aspx#99398
There might be a difference in the fonts on the server or smoothing mode is being applied differently.