in Design mode I can set the Data value.
But how can I set the data value in asp.net code
Do you have a full working example of how to use the Gauge control.
Seeting Data Value In Code
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi BungoBilly,
You can do this:
You can do this:
Code: Select all
Steema.TeeChart.Styles.Gauges gauges1 = new Steema.TeeChart.Styles.Gauges(WebChart1.Chart);
gauges1.Value = 60;
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 |