fslaborg / FSharp.Charting

Charting library suitable for interactive F# scripting
http://fslab.org/FSharp.Charting/
Other
216 stars 67 forks source link

Oxyplot.WPF backend #124

Closed gsomix closed 7 years ago

gsomix commented 7 years ago

From the documentation:

On Windows, F# Charting is implemented using the Data Visualization charting controls available on Windows in .NET 4.x. On OSX, F# Charting is implemented using the OxyPlot.GtkSharp charting library.

There is WPF version of oxyplot [1]. We can use it instead Data Visualization for the purposes of unification with OSX version. It also allows to add more types of series, e.g. heatmap and polar plots.

[1] https://www.nuget.org/packages/OxyPlot.Wpf/

dsyme commented 7 years ago

@gsomix I would love to see someone submit work for this

gsomix commented 7 years ago

@dsyme ok, I just was going to do it

dsyme commented 7 years ago

I'll close this old feature request. If you can submit a Oxyplot.WPF backend that would be great