FSharp.Charting
0.91.1
See the version list below for details.
dotnet add package FSharp.Charting --version 0.91.1
NuGet\Install-Package FSharp.Charting -Version 0.91.1
<PackageReference Include="FSharp.Charting" Version="0.91.1" />
paket add FSharp.Charting --version 0.91.1
#r "nuget: FSharp.Charting, 0.91.1"
// Install FSharp.Charting as a Cake Addin #addin nuget:?package=FSharp.Charting&version=0.91.1 // Install FSharp.Charting as a Cake Tool #tool nuget:?package=FSharp.Charting&version=0.91.1
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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 | 51,098 | 7/20/2018 |
2.0.0 | 1,071 | 7/20/2018 |
0.91.1 | 61,398 | 8/11/2017 |
0.90.14 | 52,413 | 4/22/2016 |
0.90.13 | 26,623 | 10/29/2015 |
0.90.12 | 11,339 | 7/7/2015 |
0.90.10 | 19,870 | 4/20/2015 |
0.90.9 | 10,502 | 12/10/2014 |
0.90.8 | 1,787 | 12/9/2014 |
0.90.7 | 5,865 | 7/16/2014 |
0.90.6 | 13,604 | 3/17/2014 |
0.90.5 | 15,789 | 11/7/2013 |
0.90.3 | 1,268 | 11/7/2013 |
0.90.2 | 1,280 | 11/7/2013 |
0.90.1 | 1,311 | 11/7/2013 |
0.90.0 | 1,380 | 11/7/2013 |
0.89.0 | 1,352 | 11/7/2013 |
0.88.0 | 1,323 | 11/7/2013 |
0.87.0 | 2,516 | 10/5/2013 |
0.86.0 | 1,337 | 10/5/2013 |
0.85.0 | 1,377 | 10/5/2013 |
0.84.0 | 1,883 | 7/12/2013 |
0.83.0 | 1,693 | 7/9/2013 |
0.82.0 | 1,566 | 6/3/2013 |
0.81.0 | 1,510 | 6/3/2013 |
Fix #133
Add Candlestick charts. #131