How to turn off the antialiasing in TChart for Firemonkey?
问题 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