GraphShape
1.2.1
Prefix Reserved
Install-Package GraphShape -Version 1.2.1
dotnet add package GraphShape --version 1.2.1
<PackageReference Include="GraphShape" Version="1.2.1" />
paket add GraphShape --version 1.2.1
#r "nuget: GraphShape, 1.2.1"
// Install GraphShape as a Cake Addin
#addin nuget:?package=GraphShape&version=1.2.1
// Install GraphShape as a Cake Tool
#tool nuget:?package=GraphShape&version=1.2.1
GraphShape is a .NET graph layout framework based on Graph#.
It contains several layout algorithms that allow various kind of layouts (FR, KK, ISOM, LinLog, Simple Tree, Circular, Sugiyama, Compound FDP, Random).
It also provide overlap removal algorithms such as FSA (or One Way FSA) algorithms.
Supported platforms:
- .NET Standard 2.0+
- .NET Core 2.0+
- .NET Framework 3.5+
- .NET 5+
Supports Source Link
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
NuGet packages (1)
Showing the top 1 NuGet packages that depend on GraphShape:
Package | Downloads |
---|---|
GraphShape.Controls
GraphShape is a .NET graph layout framework based on Graph#. It contains several layout algorithms that allow various kind of layouts (FR, KK, ISOM, LinLog, Simple Tree, Circular, Sugiyama, Compound FDP, Random). It also provide overlap removal algorithms such as FSA (or One Way FSA) algorithms. This library contains customizable controls for the visualization of graph in WPF applications. Supported platforms: - .NET Framework 3.5+ - .NET Core 3.1+ - .NET 5+ Supports Source Link |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on GraphShape:
Repository | Stars |
---|---|
haacked/seegit
SeeGit - The Git Repository Visualizer
|
|
Blazor-Diagrams/Blazor.Diagrams
A fully customizable and extensible all-purpose diagrams library for Blazor
|
|
ncatlin/rgat
An instruction trace visualisation tool for dynamic program analysis
|
➟ Release 1.2.1
Fixes:
- Fix Sugiyama orthogonal edge routing on horizontal layout.