Click here to Skip to main content
15,891,837 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Is there anybody here who has already successfully tried a charting library supporting Data Virtualization (like the Virtual Mode in for the DataGridView but for the Chart...)?

Seems people think that redrawing everything with an external scrollbar is enough but to me a partial redrawing would much more efficient, especially when considering the memory with displaying long long lonnnng charts.
Posted
Comments
johannesnestler 11-Jul-14 7:35am    
This Kind of "virtualization" you mean can easily implemented on the dataprovider side by using yield to produce subsets of longer lists, so I wouldn't ask for a charting lib to do that (though nice if it has virtualization built-in), but to provide good charing perfomance. So you could just use .net charting (http://msdn.microsoft.com/en-us/library/dd456632(v=vs.120).aspx) and provide "virtualization" for yourself.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900