This demo showcases the incredible performance when rendering streaming (scrolling) line charts. It showcases that SciChart is capable of rendering 1 billion (1,000,000,000) points in real-time […]
This demo showcases the loading or startup time of SciChart by appending one million points to a Scatter Chart and rendering at interactive framerates! Documentation Links […]
Demonstrates the speed and power of SciChart in a real-time example. Creates a threadpool timer and pushes 1000 points every 10ms to three series on the […]
Runs an NBody simulation with 100,000 entities using the Task Parallel Library. The results are plotted on a SciChart XyScatterRenderableSeries at 30 FPS. Documentation Links – […]