This sample shows several labels on a form displaying statistics based on random values between 0 and 100 that are generated using System.Random.
The program inserts the random numbers into an IBindingList object that has been set to a data source of a grouping engine object. This means that the engine dynamically monitors the numbers and maintains the statistics as each new item is added to the collection.
The following is an image of the sample.