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
Hiding the '#' column on the chartgrid component
Hi.
The simplest solution is to set the first column width to 0. Something like this:
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
http://www.steema.com