Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGaugeQuantitativeScaleCustomOptionsAnimate.Interval Property

Specifies the time interval (in milliseconds) between the beginning and end of an animation sequence.

#Declaration

Delphi
property Interval: Integer read; write; default dxGaugeScaleDefaultAnimationInterval;

#Property Value

Type Default
Integer dxGaugeScaleDefaultAnimationInterval

#Remarks

Use this property to set the required speed of the scale indicator animation effect. Decrease or increase the Interval property value in order to accelerate or slow down an animation sequence.

To specify particular animation effects, use the TransitionEffect and TransitionEffectMode properties.

The default value of the Interval property is dxGaugeScaleDefaultAnimationInterval.

See Also