TeeDBSummaryEditor function
function TeeDBSummaryEditor(AOwner: TComponent; ASeries:
TChartSeries): Boolean;
Unit
TeeDBSumEdit
Description
Shows the database chart summary editor dialog for the series parameter.
Returns True when the end user has modified the editor options.
Note:
The ASeries DataSource property must be set to a Dataset for the editor to work properly.
TeeDBSummaryEditor( Self, Series1 );