I use Telerik.WinControls.UI.RadChartView
I try to use RadChartView for show graphical lines. I have prepared series of ScatterLineSeries and upload its to RadChartView.Series. First page can show successfully. Unfortunately I can not show next page. I setting break after uploading data to RadChartView. Visual Studio mark by red color any changes (differences) in RadChartView properties and data.
I can see only small changes in data value and no more.
So, data for showing on second page is similar to data on the first page. However RadChartView show absolutely empty page.
Can anybody advice for me, what checklist I can pass to understand why second page is clear blank page?