I`m trying to migrate from Delphi XE with TeeChart 8 to Delphi XE3 with TeeChart 2013. All is OK except one thing, there are no Clear type in axis font. Adding something like this:
Chart.LeftAxis.LabelsFont.Quality := fqClearType;
does nothing.
PS: charts are created at runtime.