You can implement your own Range Control Client to paint custom information within the Range Control. To create a custom Client, create an object implementing the IRangeControlClient interface.
The Range Control Client created in this example paints a graph within the Range Control.
Question Comments
Added By: Gochmuradov M.G. at: 12/10/2012 3:55:30 AM
And what if I want more than one ruler? For example three rulers, one for showing year, one for month and one for days. How can this be achieved. Basically I am trying to implement DateTime interval picker as in "Scheduler Range Control" but without using "Scheduler control" itself.