Page 1 of 1

Seeting Data Value In Code

Posted: Wed Jan 23, 2008 1:56 pm
by 9640778
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.

Posted: Wed Jan 23, 2008 3:02 pm
by narcis
Hi BungoBilly,

You can do this:

Code: Select all

			Steema.TeeChart.Styles.Gauges gauges1 = new Steema.TeeChart.Styles.Gauges(WebChart1.Chart);
			gauges1.Value = 60;