Hi
Since I'm only showing 4 hours of data on the Timeline, I've hidden the Zoombar.
But I see that the "range" is being set as if there was a Zoombar.
How do I get the Timeline to show the full 4 hours that I require without having to put the Zoombar back?
The MinDate and maxDate are bound to values in my VM as they will change every hour.
Thanks
Hello lordrob,
In the control you can add the DateTimeAxis and set AutoRange to true. I have attached a sample.
Hi Duane
There wan't much different in your sample to what I had.
I had used ZoombarStyle from a resource to set the Visibility. I changed it to be like yours - except with AutoRange = false and it works.