Hi Andrei,
Why do you use the paging view? - most likely you simply want to set a range to the axis in which case you should use the View:
someAxis.View = new NRangeAxisView(new NRange(begin, end), true, true);
will do the job...