Page 1 of 1

How to hide title of ChartGrid

Posted: Wed Sep 22, 2004 9:23 pm
by 8439796
Hi,
another question,
I am working on the chartgrid component, very nice. I'd like to know how to hide the title region, ex. Series1, Series2. And I also want to know if possible to hide Z axis data when working on 2D chart only.

Thanks.

Best Regards
Fang

Posted: Thu Sep 23, 2004 1:23 pm
by Pep
Hi Fang,

yes, you can do this :

ChartGrid1.RowHeights[0] := 0;
ChartGrid1.ColWidths[4]:= 0;

Posted: Thu Sep 23, 2004 2:07 pm
by 8439796
very clever, many thanks