|
Group: Forum Members
Posts: 30,
Visits: 1
|
I add those to my codes: m_Chart.Axis(StandardAxis.PrimaryX).PagingView.ResetMode = PagingViewResetMode.View; m_Chart.Axis(StandardAxis.PrimaryY).PagingView.ResetMode = PagingViewResetMode.View; But it still goes back to the previous zoomed view one by one, not directly back to the unzoomed view. Anyway, I don't care too much about this problem. Actually, I want to maintain the default PagingViewResetMode(to go back step by step). What I need is a way to distinguish whether current view is just one level above the unzoomed view, so that I could write codes to do something(e.g. to change the view of Y axis) when the user goes back to the unzoomed view. Thank you.
|