teecommander and charteditor (DBChart)

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Hendrik
Newbie
Newbie
Posts: 1
Joined: Thu Apr 07, 2005 4:00 am
Location: South Africa
Contact:

teecommander and charteditor (DBChart)

Post by Hendrik » Tue May 17, 2005 6:52 am

How can we make the dataset and single record available in the datasource tab of the chart editor during runtime (Not design time)

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Tue May 17, 2005 6:59 am

Hi.

Add DBEditCh to the uses section:

Code: Select all

Uses ..., DbEditCh, EditChar;

EditChart(Self,DBChart1);
Marjan Slatinek,
http://www.steema.com

Post Reply