C# WinForms offers a suite of fully-featured controls for building responsive, event-driven user interfaces. However, there is limited native support for data visualization and the existing tools show poor performance when plotting >100K data points.
My solution to this problem is DataGridViewPrime, a class extension of DataGridView that includes functions to Save, Copy and Explore the data source bound to the control. The features are accessed though a new context menu created for the control.
Here’s an example:
If you would like additional data visualization options in your DataGridView controls, check out the source code on GitHub.
Good luck out there!