TCustomTeePanel.PrintResolution

TCustomTeePanel.PrintResolution
TCustomTeePanel

property PrintResolution: Integer;

Unit
TeeProcs

Description
Default 0

Run-time and read only.The PrintResolution property controls how screen pixels will be mapped to printer pixels. By default it's zero, meaning screen proportions will be respected when printing. To get smaller fonts and thinner lines, you should set PrintResolution to a negative number.

Chart1.PrintResolution := 0 ; { this will use screen resolution }

Chart1.PrintResolution := -100 ; { this will use more printer resolution }