Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 410 Bytes

File metadata and controls

4 lines (3 loc) · 410 Bytes

Buffered Line Plot

This project graphs data by creating a bitmap buffer, drawing on it with System.Drawing.Graphics (mostly DrawLines()) with customizable pens and quality (anti-aliasing), then displaying it onto a frame. The frame is resizable, which also resizes the bitmap buffer. Screen updates are timed and reported (at the bottom) so performance at different sizes can be assessed.