Hiding the '#' column on the chartgrid component

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Tim
Newbie
Newbie
Posts: 4
Joined: Tue Mar 04, 2003 5:00 am

Hiding the '#' column on the chartgrid component

Post by Tim » Mon Apr 26, 2004 4:08 pm

Probably a simple question but is this possible to do the above and how do I do it and if not, can I change the numbers it displays. I dont want the data displayed to be zero-based.

BTW, this charting tool, if you want to call it that, is truely amazing.

thanks,

tim

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Mon Apr 26, 2004 4:34 pm

Hi.

The simplest solution is to set the first column width to 0. Something like this:

Code: Select all

  ChartGrid1.ColWidths[0] := 0;
Marjan Slatinek,
http://www.steema.com

Post Reply