RunningTotalBinding Constructors
Defines the calculation that aggregates values cumulatively in the window.
Name | Parameters | Description |
---|---|---|
Running |
none |
Initializes a new instance of the Running |
Running |
source, mode, summary |
Initializes a new instance of the Running |
Running |
source, mode, direction, summary |
Initializes a new instance of the Running |
See Also