Page 1 of 1

To clear minor Ticks Of Axis

Posted: Wed Dec 09, 2015 12:22 pm
by 9526439
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.

Re: To clear minor Ticks Of Axis

Posted: Wed Dec 09, 2015 4:44 pm
by Christopher
amol wrote: Note:-We donot want to set MinorTicksCount to 0(Zero).
The only other way is to set Visible=false.