Updated Wiki: Home
NodeXL is a free, open-source template for Microsoft® Excel® 2007, 2010 and 2013 that makes it easy to explorenetwork graphs. With NodeXL, you can enter a network edge list in a worksheet, click a...
View ArticleUpdated Wiki: Home
NodeXL is a free, open-source template for Microsoft® Excel® 2007, 2010 and 2013 that makes it easy to explorenetwork graphs. With NodeXL, you can enter a network edge list in a worksheet, click a...
View ArticleUpdated Wiki: Home
NodeXL is a free, open-source template for Microsoft® Excel® 2007, 2010 and 2013 that makes it easy to explorenetwork graphs. With NodeXL, you can enter a network edge list in a worksheet, click a...
View ArticleUpdated Release: NodeXL Class Libraries, version 1.0.1.320
What This Is The NodeXL class libraries can be used to display network graphs in .NET applications.How to Use ItTo include a NodeXL network graph in a WPF desktop or Windows Forms application, unzip...
View ArticleUpdated Release: NodeXL Class Libraries, version 1.0.1.320 (Mar 17, 2014)
What This Is The NodeXL class libraries can be used to display network graphs in .NET applications.How to Use ItTo include a NodeXL network graph in a WPF desktop or Windows Forms application, unzip...
View ArticleReleased: NodeXL Class Libraries, version 1.0.1.320 (Mar 17, 2014)
What This Is The NodeXL class libraries can be used to display network graphs in .NET applications.How to Use ItTo include a NodeXL network graph in a WPF desktop or Windows Forms application, unzip...
View ArticleUpdated Release: NodeXL Class Libraries, version 1.0.1.320 (Mar 17, 2014)
What This Is The NodeXL class libraries can be used to display network graphs in .NET applications.How to Use ItTo include a NodeXL network graph in a WPF desktop or Windows Forms application, unzip...
View ArticleReleased: NodeXL Network Server, version 1.0.1.320 (Mar 17, 2014)
What It Is The NodeXL Network Server is a command-line program for advanced NodeXL users. It downloads a network from Twitter and stores the network on disk in several file formats. It can only be used...
View ArticleUpdated Release: NodeXL Network Server, version 1.0.1.320 (Mar 17, 2014)
What It Is The NodeXL Network Server is a command-line program for advanced NodeXL users. It downloads a network from Twitter and stores the network on disk in several file formats. It can only be used...
View ArticleNew Post: Put each group into a small square?
Hello, dougeloul: You can find NodeXL Class Libraries version 1.0.1.320 on the NodeXL Downloads tab. It has the Layout.BoxLayoutAlgorithm property you need. -- Tony
View ArticleNew Post: NODEXL API's
Here is what you need to do to get the effect you see in the graph you referenced: 1) On the NodeXL Downloads tab, download NodeXL Class Libraries version 1.0.1.320 or later. (Please read the Notes on...
View ArticleCommented Unassigned: Installation Error 1001 [25275]
I am receiving an error when trying to install NodeXL and am unable to install the program. The error message reads: Error 1001. The installation of the ClickOnce solution failed with exit code...
View ArticleNew Post: Apply Clauset-Newman-Moore algorithm to Clusters in a group
Hi, I am trying to implement Clauset-Newman-Moore algorithm for my graph( node XL and .net).. I have created 2 groups and added different vertices into it... I could group it together... Expand as well...
View ArticleNew Post: NODEXL API's
Hi Tony, Can you pls show an example how to (An alternative is to have NodeXL put the vertices into groups using a clustering algorithm. Let me know if you need help with that option??? We are trying...
View ArticleCommented Unassigned: Graph Save Image or Copy to Clipboard incomplete [25270]
When I save the graph to a file, or copy to clipboard, the result is an image who's content is limited to that shown in the graph window at the time.I would at least like an option to be able to export...
View ArticleNew Post: Apply Clauset-Newman-Moore algorithm to Clusters in a group
I'll include a complete sample program in my next post. Please note: The program assumes that there is a NodeXLControl named "nodeXLControl" in your WPF window. The program works only with NodeXL Class...
View ArticleNew Post: Apply Clauset-Newman-Moore algorithm to Clusters in a group
using System; using System.Windows; using System.Collections.Generic; using Smrf.NodeXL.Core; using Smrf.NodeXL.Algorithms; using Smrf.NodeXL.Layouts; namespace NodeXLGroupsSampleCode { public partial...
View ArticleNew Post: NODEXL API's
Suryansu: I've answered your question here:http://nodexl.codeplex.com/discussions/539322 -- Tony
View ArticleCommented Unassigned: (x,y) positions of graphs don't update or lock as...
Showing the workbook columns for Layout fields displays columns for the (x,y) location of the vertices, as well as a field called Locked (Yes/No).When I drag a node, the (x,y) position of that node...
View ArticleCreated Unassigned: Feature request for Worksheet Import (of another open...
This is a feature enhancement request.I understand that currently, worksheet import only supports edge data, specifically, 2 columns: Vertex1 & 2.My request is that it support importing other...
View Article