CircularGauge RedLine/GreenLine border
CircularGauge RedLine/GreenLine border
I'm sure it'll be obvious when someone shows me how - I'm creating a circular gauge at runtime, and want to set the visible property of the RedLine and GreenLine border to false. I'd be grateful for any hints as to how to do this...
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi KeithH,
Sure, here it is:
Sure, here it is:
Code: Select all
gauge1.RedLine.Pen.Visible = false;
gauge1.GreenLine.Pen.Visible = false;
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 |