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
How to hide title of ChartGrid
-
- Newbie
- Posts: 27
- Joined: Sat Dec 06, 2003 5:00 am
- Location: baltimore
Hi Fang,
yes, you can do this :
ChartGrid1.RowHeights[0] := 0;
ChartGrid1.ColWidths[4]:= 0;
yes, you can do this :
ChartGrid1.RowHeights[0] := 0;
ChartGrid1.ColWidths[4]:= 0;
Pep Jorge
http://support.steema.com
http://support.steema.com
-
- Newbie
- Posts: 27
- Joined: Sat Dec 06, 2003 5:00 am
- Location: baltimore