|
Group: Forum Members
Posts: 61,
Visits: 35
|
Hi,
I tried what you suggested, unfortunately it does not work.
pagingView.Length = new NDateTimeSpan(interval, NDateTimeUnit.Minute); pagingView.AutoSmallChange = true;
Using the previous code with the interval is an integer, the paginview unit updates to minute or hour what ever I would like to set it, but it does not updates the number. Added this 3 lines:
nChartControl1.Document.Calculate(); nChartControl1.Document.RecalcLayout(nChartControl1.View.Context); nChartControl1.Refresh();
But there's no difference.
Regards Daniel
|