Can someon point me to a example of databinding to the radial gauge? I have not found any good examples.
Thanks
the gauge is not a databound control, since in most cases there is only one dynamic value to be displayed (the needle value), there's no reason to have a DataSource property.
if you are getting a single value from a database, it can be assigned to the needle value in code when it's retrieved, but there's no databinding necessary.
if there is no facility to bind the value from database. Let me know how to set a value.
e.g. i have taken UltraGauge1 on the aspx page just drag and drop,
I wd like to assign a value to it , now i am change the value using ValueString="80" in the aspfile, same thing i have to do using codeing.
Please suggest
If you have a radial gauge, for example, you need to create a RadialGaugeScale and add a RadialGaugeNeedle. You can then set a value on the needle.
Here's a good example that might help you:http://help.infragistics.com/NetAdvantage/ASPNET/2010.3/CLR4.0/?page=WebGauge_Web_Creating_a_Radial_WebGauge_Using_Code.html