Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
Gettting Left & Right DateTime on Zoombar Changed
posted

Hi,

How can I get the Left & Right TimeSpan on Zoombar Changed.

Normally Changing the timeline's zoom as following on Zoombar_ZoomChanged event.

 

 

this.Timeline1.Axis.ScrollPosition = e.NewRange.Scroll;

this.Timeline1.Axis.ScrollScale = e.NewRange.Scale;


I want to get the Left & Right Duration Moved for that ScrollScale on Zoombar changed event.

Zoombar Range is set with DateTimeAxis Scale Range.


So Want is Property/Method of DateTimeAxis, I can use to get this?

 

Thanks,

Kola