I am able to bind an 'IndicatorList Value' in XAML to a source. But if I try to bind 'Min' and 'Max' of a 'Linear/RadialScale', it throws an error. How can I do that, as in my project these three values come from a class.
1 Answer, 1 is accepted
0
Andrey
Telerik team
answered on 31 Mar 2010, 11:23 AM
Hi Prasoon,
The Min and Max values are validated. The Min must be lesser than Max.
It seems you should change your class for setting these values regards this condition.
For example default Min is 0 and Max is 100. When you need to assign Min-Max as 200-300 then you must first assign Max.
All the best,
Andrey Murzov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.