TQRChart

TQRChart
Hierarchy     Properties     Methods     Events     

Unit
QrTee

Description
QuickReports is a native Delphi / C++ Builder reporting tool Copyright by QuSoft, Norway (www.qusoft.com)
It's included with Delphi & C++ Builder
Professional and Enterprise versions.

Note:

To recompile TeeChart QRChart component when you install a newer version of QuickReports, you need the QRChart source code.
These source code files can be obtained from TeeChart web site ( www.teechart.com ) and they are also included at all trial and registered versions of TeeChart Pro.
Detailed, step by step instructions on how to recompile QRChart source code are included with the source code files.

The TQRChart component links TChart
or TDBChart components with QuickReports.

It's an interface between both environments to allow Charts to be embedded in report bands.

The TeePrintMethod property allows two operation modes:
The qtmBitmap mode outputs Charts as bitmap pictures.
This makes the Chart appear as it looks on the screen, but remember that bitmaps are larger and slower to print.

You can set TeePrintMethod property to qtmMetafile.
This is much faster and gives much better output quality than bitmaps.
Chart contents are sent to QuickReports in Windows metafile vector instructions.

Please refer to QuickReports documentation and help file to know all details about creating reports.
See the TeeChart User Guide for more information about using TQRChart.

TeeChart Pro includes TQRChart source to allow easy migration with new releases of QuickReport by simply re-compiling the TeeChart package after installing the new QuickReport version.
See the included recompilation instructions.