Microsoft.Msagl
1.1.3
This .NET asssembly contains the core MSAGL layout functionality. Use this library if you just want MSAGL to perform the layout only and afterwards you will use a separate tool to perform the rendering and visalization.
Install-Package Microsoft.Msagl -Version 1.1.3
dotnet add package Microsoft.Msagl --version 1.1.3
<PackageReference Include="Microsoft.Msagl" Version="1.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Msagl --version 1.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.Msagl, 1.1.3"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install Microsoft.Msagl as a Cake Addin #addin nuget:?package=Microsoft.Msagl&version=1.1.3 // Install Microsoft.Msagl as a Cake Tool #tool nuget:?package=Microsoft.Msagl&version=1.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Microsoft.Msagl:
Package | Downloads |
---|---|
Microsoft.Msagl.Drawing
The Definitions of different drawing attributes like colors, line styles, etc. It also contains definitions of a node class, an edge class, and a graph class. By using these classes a user can create a graph object and use it later for layout, and rendering.
|
|
Microsoft.ML.Probabilistic.Visualizers.Windows
Infer.NET is a framework for running Bayesian inference in graphical models. It can also be used for probabilistic programming. This package contains visualization tools for exploring and analyzing models on Windows platform.
|
|
Microsoft.ML.Probabilistic.Compiler.Visualizers.Windows
Infer.NET is a framework for running Bayesian inference in graphical models. It can also be used for probabilistic programming. This package contains visualization tools for exploring and analyzing models on Windows platform.
|
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Microsoft.Msagl:
Repository | Stars |
---|---|
dotnet/infer
Infer.NET is a framework for running Bayesian inference in graphical models
|
|
microsoft/PowerApps-Samples
Sample code for Power Apps, including Dataverse, model-driven apps, canvas apps, Power Apps component framework, portals, and ai-builder.
|