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 TDBChart 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 TChartSeries.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:
TCustomChart.FillValueSourceItems method.