Page 1 of 1

Summary Option missing from TChartEditor for DB

Posted: Wed Jan 21, 2009 9:13 pm
by 10551545
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.

Posted: Thu Jan 22, 2009 8:35 am
by narcis
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.