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

TdxGaugeQuantitativeScaleOptionsAnimate Class

Stores the animation settings used by all types of quantitative scales.

#Declaration

Delphi
TdxGaugeQuantitativeScaleOptionsAnimate = class(
    TdxGaugeQuantitativeScaleCustomOptionsAnimate
)

#Remarks

This class implements the settings of animation effects applied to indicators of the arc, wide circular, and linear scales. The TdxGaugeQuantitativeScaleOptionsAnimate class does not introduce any new members. Instead, it publishes the following properties provided by the TdxGaugeQuantitativeScaleCustomOptionsAnimate class:

  • The Enabled property that allows you to enable and disable the animation effects for particular scales created within the Gauge Control;

  • The Interval property that allows you to set the required animation speed;

  • The TransitionEffect property that allows you to assign a particular effect/easing function to an animation sequence;

  • The TransitionEffectMode property that allows you to determine which part of an animation sequence is affected by the selected easing function.

The TdxGaugeQuantitativeScaleOptionsAnimate object is referenced by the OptionsAnimate property published in both the unbound and data-aware quantitative scale classes:

Unbound Quantitative Scale Classes

Data-Aware Quantitative Scale Classes

See Also