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

BarIndicator click behaviour

1 Answer 68 Views
Gauges
This is a migrated thread and some comments may be shown as answers.
Dean
Top achievements
Rank 1
Dean asked on 20 Nov 2014, 08:44 AM
Hi, 
I'm using RadVerticalLinearGauge and when I click on the BarIndicator its value changes. How can I prevent that behaviour ?

Thanks

1 Answer, 1 is accepted

Sort by
0
Sia
Telerik team
answered on 21 Nov 2014, 07:30 AM
Hello Doychin,

There is an exposed property IsInteractive of the VerticalLinearScale, just remove its setting or set it to false and you will prevent the BarIndicator from changing its value on mouse click:

<telerik:VerticalLinearScale Min="0" Max="200"
                  x:Name="verticalLinearScale"
                  MajorTickLocation="Inside"
                  MiddleTickLocation="Inside"
                  MinorTickLocation="Inside">
***
</telerik:VerticalLinearScale>

Regards,
Sia
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Gauges
Asked by
Dean
Top achievements
Rank 1
Answers by
Sia
Telerik team
Share this question
or