TChartListBox.OtherItems
TChartListBox
property OtherItems: TStrings;
Unit
TeeLisB
Description
Use this property to update external controls that list or act upon the contents of the ChartListbox.
Example
procedure TForm1.FormCreate(Sender: TObject);
begin
ChartListBox1.OtherItems:=ListBox1.Items;
ChartListBox1.FillSeries(nil);
end;