Skip to main content

TdxGaugeQuantitativeScaleOptionsAnimate Class

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

Declaration

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