GraphShape.Controls
1.0.0
Prefix Reserved
See the version list below for details.
dotnet add package GraphShape.Controls --version 1.0.0
NuGet\Install-Package GraphShape.Controls -Version 1.0.0
<PackageReference Include="GraphShape.Controls" Version="1.0.0" />
paket add GraphShape.Controls --version 1.0.0
#r "nuget: GraphShape.Controls, 1.0.0"
// Install GraphShape.Controls as a Cake Addin #addin nuget:?package=GraphShape.Controls&version=1.0.0 // Install GraphShape.Controls as a Cake Tool #tool nuget:?package=GraphShape.Controls&version=1.0.0
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+
Supports Source Link
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.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. |
-
.NETFramework 3.5
- GraphShape (>= 1.0.0)
-
.NETFramework 4.0
- GraphShape (>= 1.0.0)
-
.NETFramework 4.5
- GraphShape (>= 1.0.0)
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.0.0
General:
- Fully clean the library code.
- Extend support of the library to .NET Framework 3.5+.
- Remove dependency to WPFExtensions package.
Fixes:
- Fix async compute mode on GraphLayout control.
- Fix handlers registrations/unregistrations.
- Various fixes across the library.
Misc:
- Use JetBrains annotations all over the library as much as possible.