How to turn off the antialiasing in TChart for Firemonkey?

∥☆過路亽.° 提交于 2019-12-11 18:49:37

问题


Does anyone know how to turn off the anti-aliasing in TChart for Firemonkey in Delphi XE2?


回答1:


FireMonkey Canvas does not allow enabling or disabling anti-alias for individual controls.

It must be done at form level (starting with XE4), using the Form1.Quality property.



来源:https://stackoverflow.com/questions/14672890/how-to-turn-off-the-antialiasing-in-tchart-for-firemonkey

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!