I have a rad Cartesian chart that updates live as data comes in, I have the render options set to Direct2D and seperate. I have tried bitmap/batch also and it seems to not make a difference.
The problem is When the collection of data starts to reach around 20,000 datapoints the UI will completely freeze up although the code is still executing.
I have a requirement to update live data up to 300,000 data points at a rate of 50HZ. Is this possible with your tools?