TCustomChart.FillValueSourceItems
TCustomChart
procedure FillValueSourceItems(ValueList: TChartValueList; Proc: TGetStrProc); dynamic;
Unit
Chart
Description
This method is internally used by the Chart Editor dialog when a Chart is a TDBChart
( Database Chart ).
The "Proc" parameters is called several times, passing the Field names that belong
to the DataSet that is the Series TChartSeries.DataSource property.
See also:
TCustomChart.FillValueSourceItems method.