1
I need to print a Teechart chart on Delphi, but it gets totally unnoticed when the Smooth option is unchecked.
This is the chart that should be printed:
On the print screen has this option Smooth that no matter how I set it does not automatically check:
If I don’t check the option Smooth the chart is printed this way:
Well, I want to know at least how I make this option come already marked. I already tried to configure it by right-clicking on the chart and going to Edit Chart. The options Proportional and Background is marked but the Smooth nay.
Via code I was able to find out how to configure the Proportional but I didn’t find the Smooth.
Grafico1.PrintProportional := True;