11060 : The Datescaler is showing Month–>Date resloution.in two steps. But I want to make it into 3 Steps, i.e. Month–>Week—>Date resloution.

Question

The Datescaler is showing Month–>Date resloution.in two steps.
But I want to make it into 3 Steps, i.e. Month–>Week—>Date resloution

Answer

Currently the DateScaler does not have built in support for a three band presentation.

The somewhat complex workaround is to implement OnDateScalerPaintForeground and erase the default content and draw all three bands yourself. If you choose to go down this path you will want to use the TimeToPixel method and simply iterate from start to stop in your choosen resolution, call TimeToPixel for each step and draw a mark and a text.

We have offered the three band datescaler as a user-paid-for-extension to some clients but we have no deal yet. The n-band datescaler is on our todo list but not prioritised yet (and this means that we have no idea when we will implement it).