TCustomChart.FillSeriesSourceItems

TCustomChart.FillSeriesSourceItems
TCustomChart

procedure FillSeriesSourceItems(ASeries: TChartSeries; Proc: TGetStrProc); dynamic;

Unit
Chart

Description

This method is internally used by the Chart Editor dialog. It's currently used only in
a T
DBChart.html">DBChart component ( Database Chart ).

The "Proc" procedure parameter is called several times passing the list of Field names
that belong to the Dataset assigned to the Series DataSource property.

In future versions, other Chart components that support other kind of DataSources
will use this method to pass additional specific names.

See also:

FillValueSourceItems method.