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 Class

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

#Declaration

Delphi
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