TChartListBox.OtherItems
 
 
 

All Units  All Classes  Properties, Methods and Events  

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;



Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.