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

Selective interactivity for gauge indicators

2 Answers 31 Views
Gauges
This is a migrated thread and some comments may be shown as answers.
Evan Weeks
Top achievements
Rank 1
Evan Weeks asked on 20 Sep 2013, 05:22 PM
I'm using the RadVerticalLinearGauge, with a VerticalLinarScale and two indicators: a bar indicator and a marker indicator. The marker needs to be interactive (to be used as a threshold), while the bar indicator needs to be completely non-interactive. 

I've got the IsInteractive field set to "True" on the VerticalLinearScale, but I can't find any way to restrict that interactivity to just one indicator.

2 Answers, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 24 Sep 2013, 03:21 PM
Hi Evan,

You can turn on/off interactivity for the whole gauge scale (VerticalLinarScale in your case) only. You can use 2 scales in 1 gauge (like it is done in our Thermometer example). The first scale will contain non-interactive elements (i.e. ranges, bar and so on). This scale will have IsInteractive set to "False". The second one will contain interactive elements (i.e. markers which are used to set min-max of the ranges). This scale will have IsInteractive set to "True".

Regards,
Andrey Murzov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Evan Weeks
Top achievements
Rank 1
answered on 24 Sep 2013, 04:12 PM
Excellent, I'll give that a try!
Tags
Gauges
Asked by
Evan Weeks
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Evan Weeks
Top achievements
Rank 1
Share this question
or