This is a migrated thread and some comments may be shown as answers.

Binding Min and Max value of a gauge

1 Answer 138 Views
Gauges
This is a migrated thread and some comments may be shown as answers.
Prasoon Chaudhary
Top achievements
Rank 1
Prasoon Chaudhary asked on 29 Mar 2010, 08:32 AM
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

Sort by
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.
Tags
Gauges
Asked by
Prasoon Chaudhary
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or