Skip to main content

TdxGaugeQuantitativeScaleCustomOptionsAnimate.Interval Property

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

Declaration

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