TQRChart.TeePrintMethod

TQRChart.TeePrintMethod
TQRChart

property TeePrintMethod: TTeeQuickMethod;

Unit
QrTee

Description
Default qtmMetafile

The TeePrintMethod property indicates the method used to display an embedded TChart or TDBChart component into a QuickReport Band component. When using the qtmMetafile mode, all drawing instructions are generated directly over the QuickReport Band. When using qtmBitmap, the whole Chart is outputted to an internal Bitmap and then copied to the QuickReport band. The qtmMetafile method guaranties better Printing and Screen resolution and it's faster in most situations.