Getting rid of first column in TChartGrid

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
trydal
Newbie
Newbie
Posts: 9
Joined: Fri Mar 18, 2005 5:00 am

Getting rid of first column in TChartGrid

Post by trydal » Thu Oct 13, 2005 9:41 am

Hi.

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

Regards
Frode

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Oct 14, 2005 8:34 pm

Hi Frode,

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

Post Reply