I'm noticing that my bar chart's lines and text labels are blurry compared to other text and lines in my app - almost like maybe there is some pixel rounding going on. Is there any option or suggestions on how to force a higher quality rendering? It's nitpicky, but improving that level of detail would make my app look a lot more crispy..
Hi Roger,
Good news, the SR with the fix for this issue has been released:
To install it:
1. Go to your Infragistics “Account”
2. Click on “Keys & Downloads”
3. Click on the NUCLiOS product
4. Click on the “Service Releases” tab
5. Download the NUCLiOS service release.
The fix for this issue, we added a new property called: renderingQuality to the chart. It still defaults to what you're seeing now, so you'll just need to set the property to
IGRenderingQualityHigh.
Let me know if you have any problems.
-SteveZ
That would be great. I'm graphing at most a 30 points, so I don't mind the perf hit ;)
Good eye! B/c of the performance of the iPad 3 we weren't rendering the chart at the highest possible quality. But we want you apps to look as crispy as possible :). So we're going to add a property for rendering quality so that you can control the level of detail. There would be a slight performance hit for the initial rendering, that would really only be noticeable if you were rending a LOT of data and really only on an iPad 3. As you're using a bar chart, i don't see that as being an issue.
I'll create a case for this, and make sure this fix goes into the upcoming Service Release.
Thanks for the feedback!