GraphShape.Controls
1.2.2
Prefix Reserved
dotnet add package GraphShape.Controls --version 1.2.2
NuGet\Install-Package GraphShape.Controls -Version 1.2.2
<PackageReference Include="GraphShape.Controls" Version="1.2.2" />
paket add GraphShape.Controls --version 1.2.2
#r "nuget: GraphShape.Controls, 1.2.2"
// Install GraphShape.Controls as a Cake Addin #addin nuget:?package=GraphShape.Controls&version=1.2.2 // Install GraphShape.Controls as a Cake Tool #tool nuget:?package=GraphShape.Controls&version=1.2.2
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net5.0-windows7.0 is compatible. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. 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. |
-
.NETCoreApp 3.1
- GraphShape (>= 1.2.1)
-
.NETFramework 3.5
- GraphShape (>= 1.2.1)
-
.NETFramework 4.0
- GraphShape (>= 1.2.1)
-
.NETFramework 4.5
- GraphShape (>= 1.2.1)
-
net5.0-windows7.0
- GraphShape (>= 1.2.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on GraphShape.Controls:
Repository | Stars |
---|---|
haacked/seegit
SeeGit - The Git Repository Visualizer
|
➟ Release 1.2.2
Fixes:
- Fix the control flickering when changing the bound graph.