Reputation: 769
Does anyone know how to turn off the anti-aliasing in TChart for Firemonkey in Delphi XE2?
Upvotes: 0
Views: 983
Reputation: 500
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.
Upvotes: 1