Search code examples
f#fsf#-datafsharpchart

How to open and use Library : "Fsharp.Charting && Fsharp.Charts" in Fsharp?


I tried my's best by finding a answer in Google . But all I think that it's not accordant with my case . enter image description here

Please give me a guide . Thank you very much .

If you were I , you can Uninstall + Install Visual Emprise .

This's reasons takes me many times .

Thank you everyone who help me in my difficulty .


Solution

  • You can add a reference directly to the DLL using the #r directive in your script.

    #r "../packages/FSharp.Charting.0.91.1/lib/net45/FSharp.Charting.dll"
    
    open FSharp.Charting