TQRDBChart.GetRectangle

TQRDBChart.GetRectangle
TQRDBChart

function GetRectangle: TRect; override;

Unit
QrTee

Description
The GetRectangle function returns the TChart panel bounding rectangle coordinates.
It is virtual as it's used by TQRChart component to calculate the exact coordinates when previewing and printing Charts in QuickReport printable components.
You should use GetRectangle when custom drawing on QuickReport Printer canvas.
TChart and TDBChart simply return GetClientRect rectangle coordinates.