FSharp.Charting
0.90.14
See the version list below for details.
dotnet add package FSharp.Charting --version 0.90.14
NuGet\Install-Package FSharp.Charting -Version 0.90.14
<PackageReference Include="FSharp.Charting" Version="0.90.14" />
paket add FSharp.Charting --version 0.90.14
#r "nuget: FSharp.Charting, 0.90.14"
// Install FSharp.Charting as a Cake Addin
#addin nuget:?package=FSharp.Charting&version=0.90.14
// Install FSharp.Charting as a Cake Tool
#tool nuget:?package=FSharp.Charting&version=0.90.14
The F# Charting library (FSharp.Charting.dll) is a compositional library for creating charts from F#. It 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.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on FSharp.Charting:
Package | Downloads |
---|---|
FsLab.Runner
This package contains a library for turning FsLab experiments written as script files into HTML and LaTeX reports. The easiest way to use the library is to use the 'FsLab Journal' Visual Studio template. |
|
Kfl.FsLab
FsLab is a single package that gives you all you need for doing data science with F#. FsLab includes explorative data manipulation library, type providers for easy data access, simple charting library, support for integration with R and numerical computing libraries. All available in a single package and ready to use! |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.0 | 41,124 | 7/20/2018 |
2.0.0 | 893 | 7/20/2018 |
0.91.1 | 59,631 | 8/11/2017 |
0.90.14 | 38,047 | 4/22/2016 |
0.90.13 | 18,108 | 10/29/2015 |
0.90.12 | 7,420 | 7/7/2015 |
0.90.10 | 9,185 | 4/20/2015 |
0.90.9 | 5,855 | 12/10/2014 |
0.90.8 | 1,631 | 12/9/2014 |
0.90.7 | 5,705 | 7/16/2014 |
0.90.6 | 6,776 | 3/17/2014 |
0.90.5 | 7,514 | 11/7/2013 |
0.90.3 | 1,118 | 11/7/2013 |
0.90.2 | 1,124 | 11/7/2013 |
0.90.1 | 1,165 | 11/7/2013 |
0.90.0 | 1,232 | 11/7/2013 |
0.89.0 | 1,185 | 11/7/2013 |
0.88.0 | 1,175 | 11/7/2013 |
0.87.0 | 1,629 | 10/5/2013 |
0.86.0 | 1,178 | 10/5/2013 |
0.85.0 | 1,200 | 10/5/2013 |
0.84.0 | 1,720 | 7/12/2013 |
0.83.0 | 1,536 | 7/9/2013 |
0.82.0 | 1,428 | 6/3/2013 |
0.81.0 | 1,363 | 6/3/2013 |
Enable access to underlying .NET chart object
Save chart objects without Form creation