I'm currently trying to get FSharpChart to work. Unfortunately after compiling the library and feeding any FSharpChart with data I only get blank outputs, whether I use FSharpChart.WithCreate
, FSharpChart.SaveAs
or FSharpChart.CopyToClipboard
.
Even the included examples produce blank output. Of course I've got Visual Studio 2010 SP1 installed, .NET Framework 4.0 with all the latest patches etc. The code is hosted on Windows 7 x64.
What am I missing?