Having trouble getting help?
Contact Support
Contact Support
Animation
14 Feb 20181 minute to read
The animation option makes the pointer to rotate from minimum value to actual value with animation effects. The animation can be enabled/disabled by using the EnableAnimation
property. Speed of the pointer can be controlled by using the AnimationSpeed
property. Time is represented in milliseconds.
@Html.EJ().Pivot().PivotGauge("PivotGauge1").EnableAnimation(true).AnimationSpeed(1000)