Circular gauge ticks
Circular gauge ticks
This may be simple, but i can't find it anywhere in documents or this forum. In the Circular Gauge Series, i can't find how to change the spacing on the major ticks. The minor ticks is clearly available, but i can't determine the major. since I need my gauge to read from 0 to 4000, a spacing of 10 (the default) isn't going to work.
Re: Circular gauge ticks
Hi Xetar,
You could do something as followings:
You could do something as followings:
Code: Select all
TChart1.AddSeries scCircularGauge
TChart1.Series(0).asCircularGauge.Minimum = 0
TChart1.Series(0).asCircularGauge.Maximum = 4000
TChart1.Axis.Bottom.Increment = 500
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |