Page 1 of 1

Getting rid of first column in TChartGrid

Posted: Thu Oct 13, 2005 9:41 am
by 9341341
Hi.

Is it in any way possible to get rid of the first column (column indicating data point number, marked by #)?

Regards
Frode

Posted: Fri Oct 14, 2005 8:34 pm
by Pep
Hi Frode,

yes, a trick is to do the following :
ChartGrid1.ColWidths[0] :=0;