To clear minor Ticks Of Axis

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
amol
Advanced
Posts: 231
Joined: Tue Mar 29, 2005 5:00 am

To clear minor Ticks Of Axis

Post by amol » Wed Dec 09, 2015 12:22 pm

Hi Steema support,

When we draw custom labels then we use
tchart1.Axes.Bottom.Labels.Items.Clear();
to clear the labels. It works fine.

Is there any way to clear MinorTicks Of axis?

Note:-We donot want to set MinorTicksCount to 0(Zero).

Please suggest any way.
Thanks in advance.

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: To clear minor Ticks Of Axis

Post by Christopher » Wed Dec 09, 2015 4:44 pm

amol wrote: Note:-We donot want to set MinorTicksCount to 0(Zero).
The only other way is to set Visible=false.
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

Post Reply