Page 1 of 1

How to set number of ticks for circular gauges

Posted: Tue Nov 23, 2010 10:38 am
by 15655406
I would like to know how to set the number of ticks(angles) for circular gauges?

Thanks

Re: How to set number of ticks for circular gauges

Posted: Tue Nov 23, 2010 2:24 pm
by 10050769
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,

Re: How to set number of ticks for circular gauges

Posted: Wed Nov 24, 2010 1:51 am
by 15655406
Thanks Sandra!