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

Gauge pointer starts always from the start

1 Answer 35 Views
Gauge
This is a migrated thread and some comments may be shown as answers.
ZISIS
Top achievements
Rank 1
ZISIS asked on 11 Dec 2013, 11:20 PM
hi to all,

I have a page, with a gauge and a timer.

Each time that the timer ticks, the gauge refresh its value.

The problem is the gauge pointer movement.

The gauge scale is from 0 to 40. When the value is refreshing, the gauge pointer starts form zero, in order to go to the new value.

I would like the pointer to start from the previous value, not from the 0.

How I can achieve this?


Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Joana
Telerik team
answered on 16 Dec 2013, 08:27 AM
Hello Zisis,

You could avoid the described behavior if you use the client-side API of RadGauge: http://www.telerik.com/help/aspnet-ajax/gauge-client-side-api.html. You can review this forum thread which is related to the same issue and contains more detailed information.

Another thing you could try is to set Transitions property to 'false'. By doing so, the animation will not be played when the control is rendered in order to show value and the new value will be displayed without resetting back to zero.

I hope you find this information helpful.

Regards,
Joana
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Gauge
Asked by
ZISIS
Top achievements
Rank 1
Answers by
Joana
Telerik team
Share this question
or