Gauge Control Percentage Number
Gauge Control Percentage Number
ON the gauge control how do I space the numbers out. As the numbers are appearing very close together.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi BungoBilly,
Try using TotalAngle property, for example:
Try using TotalAngle property, for example:
Code: Select all
gauges1.TotalAngle = 100;
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 |