Summary Option missing from TChartEditor for DB

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
nile
Newbie
Newbie
Posts: 25
Joined: Tue Jan 20, 2009 12:00 am
Location: Auckland
Contact:

Summary Option missing from TChartEditor for DB

Post by nile » Wed Jan 21, 2009 9:13 pm

IDE: CB2007/2009

TChartEditor, the option Summary (for grouping) is not available from the datasource tab at run-time for TDBChart. A couple of other options available at design tie are also missing. How do i fix this?

Cheers nile.
To be or not to be. This is not the question. Rather it is a choice.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Jan 22, 2009 8:35 am

Hi nile,

You need to add the following units in your unit uses section:

Code: Select all

Uses TeeXML, TeeSeriesTextEd, DBEditCh;  { to show Database DBChart editor dialogs }
For other options you should look which units are being used in the features demo examples and include them to your applications too.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply