Download Graphviz4Net

Description

Graphviz4Net provides WPF control that is capable of generating "nice looking" graph layouts with sub-graphs, curved edges with arrows, edges between sub-graphs and more. Nodes, edges and all other elements in the graph are fully customizable and can contain any other WPF cont...

Icons

Graphviz4Net

Source Files

The download file graphviz4net.zip has the following entries.


.hgignore//from  w  ww.j  a  v  a 2 s.co m
doc/ae-shot.png
doc/dotguide.pdf
doc/example-shot.png
doc/new-demo-shot.png
doc/todo.txt
dot/noderecord
dot/noderecord.png
dot/simple
dot/sub-graphs
dot/sub-graphs-edge-arrow-lbls
dot/sub-graphs-edge-arrow-lbls.dot
dot/sub-graphs-edge-arrow-lbls.png
dot/sub-graphs-edge-lbls
dot/sub-graphs-edge-lbls.dot
dot/sub-graphs-edge-lbls.png
dot/sub-graphs.dot
dot/sub-graphs.png
dot/sub-graphs.txt
lib/WPFExtensions.dll
lib/WPFExtensions.pdb
lib/nunit.framework.dll
lib/nunit.framework.xml
readme.txt
src/Graphviz4Net.Core/Dot/AntlrParser/AntlrParserAdapter.cs
src/Graphviz4Net.Core/Dot/AntlrParser/DotGrammar.g
src/Graphviz4Net.Core/Dot/AntlrParser/DotGrammarParser.cs
src/Graphviz4Net.Core/Dot/AntlrParser/DotGraphBuilder.cs
src/Graphviz4Net.Core/Dot/AntlrParser/Generated/DotGrammarLexer.cs
src/Graphviz4Net.Core/Dot/AntlrParser/Generated/DotGrammarParser.cs
src/Graphviz4Net.Core/Dot/AntlrParser/IntDotGraphBuilder.cs
src/Graphviz4Net.Core/Dot/AntlrParser/StringDotGraphBuilder.cs
src/Graphviz4Net.Core/Dot/AntlrParser/output/DotGrammarLexer.cs
src/Graphviz4Net.Core/Dot/AntlrParser/output/DotGrammarParser.cs
src/Graphviz4Net.Core/Dot/BoundingBox.cs
src/Graphviz4Net.Core/Dot/DotEdge.cs
src/Graphviz4Net.Core/Dot/DotGraph.cs
src/Graphviz4Net.Core/Dot/DotSubGraph.cs
src/Graphviz4Net.Core/Dot/DotVertex.cs
src/Graphviz4Net.Core/Dot/GraphToDotConverter.cs
src/Graphviz4Net.Core/Dot/IAttributesProvider.cs
src/Graphviz4Net.Core/Dot/IDotParser.cs
src/Graphviz4Net.Core/Dot/IGraphToDotConverter.cs
src/Graphviz4Net.Core/Dot/ParserException.cs
src/Graphviz4Net.Core/DotAutomationFactoryRunner.cs
src/Graphviz4Net.Core/DotExeRunner.cs
src/Graphviz4Net.Core/DotRunnerLogDecorator.cs
src/Graphviz4Net.Core/Graphs/AttributedUtils.cs
src/Graphviz4Net.Core/Graphs/Edge.cs
src/Graphviz4Net.Core/Graphs/Graph.cs
src/Graphviz4Net.Core/Graphs/IAttributed.cs
src/Graphviz4Net.Core/Graphs/IEdge.cs
src/Graphviz4Net.Core/Graphs/IGraph.cs
src/Graphviz4Net.Core/Graphs/ISubGraph.cs
src/Graphviz4Net.Core/Graphs/IVerticesCollection.cs
src/Graphviz4Net.Core/Graphs/RankDirection.cs
src/Graphviz4Net.Core/Graphs/SubGraph.cs
src/Graphviz4Net.Core/Graphviz4Net.Core.SL.csproj
src/Graphviz4Net.Core/Graphviz4Net.Core.csproj
src/Graphviz4Net.Core/Graphviz4Net.snk
src/Graphviz4Net.Core/Graphviz4NetException.cs
src/Graphviz4Net.Core/IDotRunner.cs
src/Graphviz4Net.Core/ILayoutBuilder.cs
src/Graphviz4Net.Core/LayoutBuilder.cs
src/Graphviz4Net.Core/LayoutDirector.cs
src/Graphviz4Net.Core/Properties/AssemblyInfo.cs
src/Graphviz4Net.Core/Utils.cs
src/Graphviz4Net.SL.Example/App.xaml
src/Graphviz4Net.SL.Example/App.xaml.cs
src/Graphviz4Net.SL.Example/Graphviz4Net.SL.Example.csproj
src/Graphviz4Net.SL.Example/MainPage.xaml
src/Graphviz4Net.SL.Example/MainPage.xaml.cs
src/Graphviz4Net.SL.Example/MainWindowViewModel.cs
src/Graphviz4Net.SL.Example/Properties/AppManifest.xml
src/Graphviz4Net.SL.Example/Properties/AssemblyInfo.cs
src/Graphviz4Net.SL.Example/Properties/OutOfBrowserSettings.xml
src/Graphviz4Net.SL/Graphviz4Net.SL.csproj
src/Graphviz4Net.SL/Themes/Generic.xaml
src/Graphviz4Net.Tests/Dot/AntlrParser/ParserTests.cs
src/Graphviz4Net.Tests/Dot/AntlrParser/StringDotGraphBuilderTests.cs
src/Graphviz4Net.Tests/Dot/DotEdgeTest.cs
src/Graphviz4Net.Tests/Dot/DotGraphTest.cs
src/Graphviz4Net.Tests/Dot/GraphToDotConverterTest.cs
src/Graphviz4Net.Tests/Graphs/GraphChangedTests.cs
src/Graphviz4Net.Tests/Graphs/GraphRemoveVertexWithEdgesTests.cs
src/Graphviz4Net.Tests/Graphviz4Net.Tests.csproj
src/Graphviz4Net.Tests/Properties/AssemblyInfo.cs
src/Graphviz4Net.WPF.Example/App.xaml
src/Graphviz4Net.WPF.Example/App.xaml.cs
src/Graphviz4Net.WPF.Example/Avatars/avatar1.jpg
src/Graphviz4Net.WPF.Example/Avatars/avatar2.gif
src/Graphviz4Net.WPF.Example/Avatars/avatar3.jpg
src/Graphviz4Net.WPF.Example/Avatars/avatarAnon.gif
src/Graphviz4Net.WPF.Example/Graphviz4Net.WPF.Example.csproj
src/Graphviz4Net.WPF.Example/MainWindow.xaml
src/Graphviz4Net.WPF.Example/MainWindow.xaml.cs
src/Graphviz4Net.WPF.Example/MainWindowViewModel.cs
src/Graphviz4Net.WPF.Example/Properties/AssemblyInfo.cs
src/Graphviz4Net.WPF.Example/Properties/Resources.Designer.cs
src/Graphviz4Net.WPF.Example/Properties/Resources.resx
src/Graphviz4Net.WPF.Example/Properties/Settings.Designer.cs
src/Graphviz4Net.WPF.Example/Properties/Settings.settings
src/Graphviz4Net.WPF/ContentPresenterFactory.cs
src/Graphviz4Net.WPF/DefaultLayoutElementsFactory.cs
src/Graphviz4Net.WPF/GraphLayout.cs
src/Graphviz4Net.WPF/Graphviz4Net.SL.csproj
src/Graphviz4Net.WPF/Graphviz4Net.WPF.csproj
src/Graphviz4Net.WPF/Graphviz4Net.snk
src/Graphviz4Net.WPF/IWPFLayoutElementsFactory.cs
src/Graphviz4Net.WPF/Properties/AssemblyInfo.cs
src/Graphviz4Net.WPF/Themes/Generic.xaml
src/Graphviz4Net.WPF/ViewModels/BorderViewModel.cs
src/Graphviz4Net.WPF/ViewModels/EdgeArrowLabelViewModel.cs
src/Graphviz4Net.WPF/ViewModels/EdgeArrowViewModel.cs
src/Graphviz4Net.WPF/ViewModels/EdgeLabelViewModel.cs
src/Graphviz4Net.WPF/ViewModels/EdgeViewModel.cs
src/Graphviz4Net.WPF/WPFLayoutBuilder.cs
src/Graphviz4Net.sln
src/Graphviz4Net.snk
tools/StyleCop-Code-Style-Settings.xml
tools/antlr-dotnet-csharp3/Antlr3.Runtime.Debug.dll
tools/antlr-dotnet-csharp3/Antlr3.Runtime.dll
tools/antlr-dotnet-csharp3/Antlr3.StringTemplate.dll
tools/antlr-dotnet-csharp3/Antlr3.exe
tools/antlr-dotnet-csharp3/Antlr3.exe.config
tools/antlr-dotnet-csharp3/Antlr3.targets
tools/antlr-dotnet-csharp3/AntlrBuildTask.dll
tools/antlr-dotnet-csharp3/Codegen/Templates/ANTLRCore.sti
tools/antlr-dotnet-csharp3/Codegen/Templates/CSharp3/AST.stg
tools/antlr-dotnet-csharp3/Codegen/Templates/CSharp3/ASTDbg.stg
tools/antlr-dotnet-csharp3/Codegen/Templates/CSharp3/ASTParser.stg
tools/antlr-dotnet-csharp3/Codegen/Templates/CSharp3/ASTTreeParser.stg
tools/antlr-dotnet-csharp3/Codegen/Templates/CSharp3/CSharp3.stg
tools/antlr-dotnet-csharp3/Codegen/Templates/CSharp3/Dbg.stg
tools/antlr-dotnet-csharp3/Codegen/Templates/CSharp3/ST.stg
tools/antlr-dotnet-csharp3/Targets/Antlr3.Targets.CSharp3.dll
tools/antlr-dotnet-csharp3/Tool/Templates/depend.stg
tools/antlr-dotnet-csharp3/Tool/Templates/dot/action-edge.st
tools/antlr-dotnet-csharp3/Tool/Templates/dot/decision-rank.st
tools/antlr-dotnet-csharp3/Tool/Templates/dot/dfa.st
tools/antlr-dotnet-csharp3/Tool/Templates/dot/edge.st
tools/antlr-dotnet-csharp3/Tool/Templates/dot/epsilon-edge.st
tools/antlr-dotnet-csharp3/Tool/Templates/dot/nfa.st
tools/antlr-dotnet-csharp3/Tool/Templates/dot/state.st
tools/antlr-dotnet-csharp3/Tool/Templates/dot/stopstate.st
tools/antlr-dotnet-csharp3/Tool/Templates/messages/formats/antlr.stg
tools/antlr-dotnet-csharp3/Tool/Templates/messages/formats/vs2005.stg
tools/antlr-dotnet-csharp3/Tool/Templates/messages/languages/en.stg
tools/antlr-silverlight/Antlr3RuntimeSL.dll
tools/antlr-silverlight/Antlr3RuntimeSL.pdb
tools/antlrworks-1.4.2.jar

Download

Click the following link to download graphviz4net.zip.

graphviz4net.zip