axes.bottom.visible=false

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
rossmc
Newbie
Newbie
Posts: 57
Joined: Wed Apr 08, 2009 12:00 am

axes.bottom.visible=false

Post by rossmc » Mon Dec 07, 2009 8:39 am

Quick question:

Is there anyway to set the bottom axes visible property to false but still have the vertical grid lines visible?

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Re: axes.bottom.visible=false

Post by Pep » Mon Dec 07, 2009 10:37 am

Hello,

one way will be to add the OnGetAxisLabel event to the Chart and there set the LabelText to "", this will leave the axis and grid lines visibles but no the labels.

Post Reply