Hi,
I use the TCicularGauge as an RPM meter
But I have a probelem with the number of Axis Labels.
It seems that it works best in the range from 0..100
Whereas something like 0..7000, introduces alot of label.
Can I reduce the number of label, or better - set a fixed number of labels?
TCicularGauge AxisLabels
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi nsb,
You can set an increment for axis labels:
You can set an increment for axis labels:
Code: Select all
Series1.GetHorizAxis.Increment := 1000;
Best Regards,
Narcís Calvet / 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 |