Data binding is the core for any data visualization control. The Sparkline control can easily bind to any enumerable collection of data values i.e. to any class that implements the IEnumerable interface. Also, the class can implement the INotifyCollectionChanged interface to have support for modifying data after binding.
Click Build | Build Solution to build the project. Run the application and observe how the C1Sparkline control appears at runtime.