Skip to main content

CountUp

Namespace: Wisej.Web.Ext.CountUp

Assembly: Wisej.Web.Ext.CountUp

CountUp.js is a dependency-free, lightweight JavaScript widget that can be used to create animations that display numerical data in a more interesting way. countUp.

public class CountUp : Control

Constructors

Instance memberCountUp()

Properties

Instance memberDuration

Int32: Returns or sets the duration of the animation in milliseconds. (Default: 2500)

Instance memberNumerals

String[]: Array of custom numerals for the digits from 0 to 9.

Instance memberTextAlign

HorizontalAlignment: Returns or sets the alignment of the label. The default is Left. (Default: Left)

Instance memberUseEasing

Boolean: Returns or sets whether the animation will use easing. (Default: True)

Instance memberUseGrouping

Boolean: Returns or sets whether the numeric value will be formatted using the grouping separator. (Default: True)

Instance memberValue

Single: Returns or sets a numeric value to count to. (Default: 0)

Events

Instance memberCountTerminated

EventHandler Fired when the widget has finished counting.

Instance memberValueChanged

EventHandler Fired when the value changes.