Page 1 of 1

Hiding the '#' column on the chartgrid component

Posted: Mon Apr 26, 2004 4:08 pm
by 8574803
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

Posted: Mon Apr 26, 2004 4:34 pm
by Marjan
Hi.

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

Code: Select all

  ChartGrid1.ColWidths[0] := 0;