This question is locked. New answers and comments are not allowed.
Hi,
I am using the telerik Gauge contorl, i am getting issue when i change the gauge ranges in the page. For example first time page loading the min gauge value is 5000 and max value is 20000 with four ranges 5000 - 7500, 7500 - 10000, 10000 - 15000 and 15000 - 20000 when i perform some action on the page the gauge value and ranges are changed, now i am getting the min value is 50 and max value is 500 now ranges are 50 - 150, 150 - 300, 300 - 400, 400 - 500. In this scenario i am getting error as "Max value 150 is lesser than the min value". Here the max value for first range is 150 but in previous case min value of first range is 5000, since the min range value is not reset i am getting issue as "Max value 150 is lesser than the min value". so my question is how can i reset the gauge range value in runtime?
In my project i am using the MVVM pattern, i am using seperate class Gauge.cs for getting the gauge ranges, these are the four variables for four range of values as "very low, low, high and very high". First time all the values are propperly set and get the output fine, in the second time i am getting issue as mention above, since the ranges in class are not resetting. Please let me know me know how to solve this problem.
I am using the telerik Gauge contorl, i am getting issue when i change the gauge ranges in the page. For example first time page loading the min gauge value is 5000 and max value is 20000 with four ranges 5000 - 7500, 7500 - 10000, 10000 - 15000 and 15000 - 20000 when i perform some action on the page the gauge value and ranges are changed, now i am getting the min value is 50 and max value is 500 now ranges are 50 - 150, 150 - 300, 300 - 400, 400 - 500. In this scenario i am getting error as "Max value 150 is lesser than the min value". Here the max value for first range is 150 but in previous case min value of first range is 5000, since the min range value is not reset i am getting issue as "Max value 150 is lesser than the min value". so my question is how can i reset the gauge range value in runtime?
In my project i am using the MVVM pattern, i am using seperate class Gauge.cs for getting the gauge ranges, these are the four variables for four range of values as "very low, low, high and very high". First time all the values are propperly set and get the output fine, in the second time i am getting issue as mention above, since the ranges in class are not resetting. Please let me know me know how to solve this problem.