Skip to main content

TdxGaugeQuantitativeScaleCustomOptionsAnimate Class

The base class for the animation settings used by quantitative scales.

Declaration

TdxGaugeQuantitativeScaleCustomOptionsAnimate = class(
    TdxGaugeScaleOptionsPersistent
)

Remarks

The TdxGaugeQuantitativeScaleCustomOptionsAnimate class implements the basic functionality required by the settings of animation effects applied to indicators of the arc, wide circular, and linear scales. All classes implementing the custom sets of scale indicator animation options must be derived from this class.

The TdxGaugeQuantitativeScaleCustomOptionsAnimate class extends its ancestor class with properties allowing you to:

  • Enable or disable animation effects for a particular scale created within an instance of the Gauge Control (the Enabled property);

  • Specify particular animation effects applied to the scale indicator transition between the previous and current values (the TransitionEffect and TransitionEffectMode properties);

  • Set the speed of an animation sequence (the Interval property).

You do not need to create instance of the TdxGaugeQuantitativeScaleCustomOptionsAnimate class. Use its descendant instead.

Inheritance

TObject
TPersistent
TcxOwnedPersistent
TdxGaugeScaleOptionsPersistent
TdxGaugeQuantitativeScaleCustomOptionsAnimate
See Also