TChartListBox

TChartListBox
Hierarchy     Properties     Methods     Events     

Unit
TeeLisB

Description
TChartListBox is a visual component that displays the Series contents of the Chart as does the first page of the Chart Editor.
The TChartListBox offers runtime modification capabilities of the Chart Series with respect to Colour, Series order, etc.

The listbox has a "Chart" property which should point to the desired TChart or TDBChart or TQRChart component:


ChartListBox1.Chart := Chart1 ;


TChartListBox component offers the "Color" and "Font" properties to improve appearance:

ChartListBox1.Color:=clYellow ;
ChartListBox1.Font.Style:=[fsBold ];
ChartListBox1.Font.Size:=12;
ChartListBox1.Font.Color:=clNavy;