
I have a CircularGauge where its pointer value was binded to a dynamic parameter that could possibly contain NAN value. Currently whenever this scenario happens my application crashes. I need to cater this scenario for I can't change this parameter value to 0 instead of Nan. 0 is different to Nan when it comes to my user's perspective. I need to to know how to properly handle this scenario.
Thank you for your usual support.
[Modified 10 years ago]