WinUI BulletGraph: How can I turn off the bar animation for FeaturedMeasure?

1 Answer 54 Views
BulletGraph
William
Top achievements
Rank 1
William asked on 10 Apr 2023, 09:03 PM

How can I turn off the bar animation for FeaturedMeasure? I am updating the value and the animation fills the bar each time. I would prefer for the value to just change or the animation starts at the last value being displayed, not starting from the beginning each time.

Turning off all animations would be acceptable also.

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 11 Apr 2023, 03:11 PM

Hello William,

To disable the animation in RadBulletGraph you can set its IsAnimated property to False.

<telerikDataViz:RadBulletGraph IsAnimated="False"/>

To turn most Telerik animations, you can set the static RadAnimationManager.IsGlobalAnimationEnabled property to false. I am saying "most" because some controls (like the bullet graph) doesn't use the RadAnimationManager API, but instead it implements its own animation logic. In these cases, the controls usually have their own setting for the animations.

I hope that helps.

Regards,
Martin Ivanov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
BulletGraph
Asked by
William
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or