IPrinter.Detail
IPrinter
property Detail: Integer;
Type Library
TeeChartx
Description
Default Value: 0
Run-time only.The Detail property controls how screen pixels will be mapped to printer pixels. By default it's zero, meaning screen proportions will be respected when printing. The value is a range from 0 to 100%. The lower the value the higher the resolution of screen pixels passed to the printer. The 0 value represents the Screen resolution printing 'What you See'.
Example [Visual Basic]:
TChart1.Printer.Detail = 0 { this will use screen resolution }
TChart1.Printer.Detail = 100 { this will use more printer resolution }