Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
975
data bind to gauge
posted

Can someon point me to a example of databinding to the radial gauge? I have not found any good examples.

 

Thanks

Parents
No Data
Reply
  • 28496
    Suggested Answer
    Offline posted

    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.

Children