Skip to main content

dxGaugeScaleDefaultAnimationFrameCount Constant

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

Declaration

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