I want to turn off the gridlines. This shouldn't be a difficult thing. I have wasted 2 hours wandering through the help files.
I would appreciate any help
Thanks.
Making the grid lines go away (VB)
Hi,
it's easy <g>, you can do :
TChart1.Axis.Left.GridPen.Visible = False
TChart1.Axis.Bottom.GridPen.Visible = False
it's easy <g>, you can do :
TChart1.Axis.Left.GridPen.Visible = False
TChart1.Axis.Bottom.GridPen.Visible = False
Pep Jorge
http://support.steema.com
http://support.steema.com
Hi,
yes, but you have to have the possibility to only hide the left or the bottom, not just both.
yes, but you have to have the possibility to only hide the left or the bottom, not just both.
Pep Jorge
http://support.steema.com
http://support.steema.com