Group: Forum Members
Last Active: 15 Years Ago
Posts: 2,
Visits: 1
|
Hi, I am developing an application with Nevron Chart.
I have implemented axis scroll feature in order to allow end user to navigate axis.
I have extracted current view range the scroll bar is showing by registering ScrollBar.EndValueChanged, ScrollBar.BeginValueChanged with suitable event handler.
whenever the position of slider button in the scrollbar changes,the event gets fired and I can obtain view range of the axis via scrollBar.BeginValue and scrollBar.EndValue.
Instead of finding view range of a scrollbar,I actually want to extract the value-range slider button has currently occupied in axes.
Can you please suggest me how can I do it?
Regards, PND
|