Seeting Data Value In Code

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Hidayah
Newbie
Newbie
Posts: 7
Joined: Mon Mar 27, 2006 12:00 am
Contact:

Seeting Data Value In Code

Post by Hidayah » Wed Jan 23, 2008 1:56 pm

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Jan 23, 2008 3:02 pm

Hi BungoBilly,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply