How to set number of ticks for circular gauges

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
iEnergy
Newbie
Newbie
Posts: 19
Joined: Thu Mar 11, 2010 12:00 am

How to set number of ticks for circular gauges

Post by iEnergy » Tue Nov 23, 2010 10:38 am

I would like to know how to set the number of ticks(angles) for circular gauges?

Thanks

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: How to set number of ticks for circular gauges

Post by Sandra » Tue Nov 23, 2010 2:24 pm

Hello iEnergy,


You need use property increment of axes as do in next line of code:

Code: Select all

  series0.Chart.Axes.Left.Increment = 5;

I hope will helps.

Thanks,

iEnergy
Newbie
Newbie
Posts: 19
Joined: Thu Mar 11, 2010 12:00 am

Re: How to set number of ticks for circular gauges

Post by iEnergy » Wed Nov 24, 2010 1:51 am

Thanks Sandra!

Post Reply