Hello,
My RadRangeSelector associates to a RadChartView.
The RadChartView updates in real time, likewise for the RadRangeSelector by using:
RadRangeSelector1.RangeSelectorElement.InitializeElements()
RadRangeSelector1.RangeSelectorElement.ResetLayout(
True
)
Two controls update perfectly.
But if I move the RangeSelector or RangeSelectorScrollElement to change the range of the chart during updating, the move is very difficult.
Some time I cannot drag the selector or I cannot keep dragging for long time. It seems the mouse move event has been blocked for a while during the update.
But when I stop the update, it works ok.
The dragging is more smoothly for the static data chart than live data chart.
You can find the demo here:
https://www.dropbox.com/s/ag04nuonewr0y4a/TelerikWinFormsApp1.rar?dl=0
Thank you by advance.
Regards