Back to Devexpress

dxGaugeScaleDefaultAnimationFrameCount Constant

vcl-dxgaugequantitativescale-ad689520.md

latest779 B
Original Source

dxGaugeScaleDefaultAnimationFrameCount Constant

Determines the default number of individual frames within the scale indicator animation sequence.

Declaration

delphi
const dxGaugeScaleDefaultAnimationFrameCount = 500;

Remarks

Modify the value of the dxGaugeScaleDefaultAnimationFrameCount global constant and recompile your project to change the default number of individual frames within the scale indicator animation sequence.

Note

The default time interval (in milliseconds) used to play the scale indicator animation sequence is determined by the dxGaugeScaleDefaultAnimationInterval global constant value.

See Also

dxGaugeQuantitativeScale Unit