LeeCampbell / HdrHistogram.NET

Port of the HdrHistorgram to .NET/C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET Lib to create charts

LeeCampbell opened this issue · comments

Currently I believe that the only way for a .NET program to render the captured histograms into a chart is via the web project http://hdrhistogram.github.io/HdrHistogram/plotFiles.html.

It would be nice if this was ported to a .NET process (using the Drawing or WPF libs) to generate this stuff on the fly.