TQRDBChart
 
 
 

All Units  All Classes  Properties, Methods and Events  

TQRDBChart
Hierarchy     Properties     Methods     Events     

Unit
QrTee

Description
See TQRChart.

TQRDBChart is
an internal class used by TQRChart control to associate DB sourced data with the QRChart component.

TQRDBChart is automatically added to a Form when TQRChart is added to a QuickReport.

Example

type
TForm1 = class(TForm)
QuickRep1: TQuickRep;
QRDBChart1: TQRDBChart;
QRChart1: TQRChart;
procedure FormCreate(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;


Example of use
:

//Chart is a TQRDBChart class.
QRChart1.Chart.Gradient.Visible:=True;




Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.