The F# Charting library (FSharp.Charting.dll) is a compositional library for creating charts from F# on Windows. Use FSharp.Charting.Gtk for other platforms. FSharp.Charting is designed to be a great fit for data scripting in F# Interactive, but charts can also be embedded in Windows applications. The library is a wrapper for .NET Chart Controls, which are only supported on Windows.
$ dotnet add package FSharp.ChartingNo README available.