TeeChat graphic printing in Delphi XE5

1

I need to print a TeeChart chart in Delphi, but it gets totally unconfigured when the Smooth option is unchecked.

This is the chart that should be printed:

OntheprintscreenyouhavethisSmoothoptionthatnomatterhowIsetititisnotmarkedautomatically:

IfIdonotchecktheSmoothoptionthegraphicisprintedlikethis:

Well, I want to know at least how I do this option is already marked. I've already tried setting it up by right clicking on the chart and going to Edit Chart . The Proportional and Background options are marked but not Smooth .

Via code I was able to find how to configure Proportional but did not find Smooth .

Grafico1.PrintProportional := True;
    
asked by anonymous 13.09.2016 / 21:42

0 answers