New Post: Graphs not appearing
...and if it's step 6 that fails, make sure that the "Zoom" slider near the top of the Document Actions pane is shoved all the way to the left, and that the "Scale" slider next to it is shoved all the...
View ArticleCreated Unassigned: Import from Facebook group does not appear in NodeXL Data...
Hello,I have copied FacebookAPI.dll and SocialNetImporter.dll into C:\Program Files\Social Media Research Foundation\NodeXL Excel Template\PlugInsHowever, when I start NodeXl, the Facebook import...
View ArticleNew Post: How to lay out separate graphs for groups separetly, and other...
Hello, I'm new to this, so apologies for possible duplication. Here's what I'm doing and where getting stuck - would appreciate help: I'm trying to 'see' (analyze) the relationships (political,...
View ArticleNew Post: How to lay out separate graphs for groups separetly, and other...
Hello! Thank you for the interest in NodeXL! (i) If you have created Groups by vertex attribute you can turn off the display of each group by controlling the Visibility column of the Groups worksheet....
View ArticleNew Post: How to lay out separate graphs for groups separetly, and other...
Hi Marc, Thank you for your very prompt response. Your suggestion to my problem #1 solved the issue right away - thank you! I'm, however, still having problem with 'save image to file' regardless of...
View ArticleCommented Unassigned: Import from Facebook group does not appear in NodeXL...
Hello,I have copied FacebookAPI.dll and SocialNetImporter.dll into C:\Program Files\Social Media Research Foundation\NodeXL Excel Template\PlugInsHowever, when I start NodeXl, the Facebook import...
View ArticleNew Post: How to lay out separate graphs for groups separetly, and other...
On the image quality issue, there are two things that can mess things up. First, you want to save the image to an appropriate format. "BMP" is best, because it's lossless, but it also results in large...
View ArticleCommented Unassigned: Import from Facebook group does not appear in NodeXL...
Hello,I have copied FacebookAPI.dll and SocialNetImporter.dll into C:\Program Files\Social Media Research Foundation\NodeXL Excel Template\PlugInsHowever, when I start NodeXl, the Facebook import...
View ArticleNew Post: How to set font size of a vertex using C#?
To set the size of a vertex: iv.SetValue(ReservedMetadataKeys.PerVertexRadius, (float)10); To set the shape of the vertex: iv.SetValue(ReservedMetadataKeys.PerVertexShape, VertexShape.Disk); How do I...
View ArticleNew Post: How to set font size of a vertex using C#?
To set the font size for all the vertices in the graph, do this:nodeXLControl.GraphDrawer.VertexDrawer.SetFont(Typeface typeface, Double fontSize) You cannot set different font sizes for different...
View ArticleNew Post: How to set font size of a vertex using C#?
Great, that's exactly what I needed. Here is my sample:Typeface typeface = new Typeface("Calibri"); nodeXLControl1.GraphDrawer.VertexDrawer.SetFont(typeface, 14.0);
View ArticleNew Post: How to lay out separate graphs for groups separetly, and other...
Hi Tony, Could you please elaborate on your comment, "So the secret is to resize your graph pane before saving an image so that the saved image will fit within a Word page. (By default, NodeXL uses the...
View ArticleNew Post: Graphs not appearing
Would it help if I attached my template?Debra Sypien, LEED AP BD+CSustainable Facilities CoordinatorThe Christman Company
View ArticleNew Post: Graphs not appearing
You may have missed my question. Please follow the six steps I listed at http://nodexl.codeplex.com/discussions/445341 and tell me the first step that goes wrong on your computer. -- Tony
View ArticleNew Post: How to lay out separate graphs for groups separetly, and other...
Sure. Sorry if my reply was too brief. The goal is to insert a graph image into a Word document without having Word resize, and therefore degrade, the image. There are several ways to do that, but here...
View ArticleNew Post: How to lay out separate graphs for groups separetly, and other...
I haven't tried this technique in PowerPoint, but I would expect it to work there, too. If it doesn't, let me know. -- Tony
View ArticleNew Post: How to lay out separate graphs for groups separetly, and other...
Thanks, Tony. It is better than before - I still need to play it around a bit. btw, step #4 was not easy! With the understanding that you all are continue to work on improving NodeXL, I hope that...
View ArticleNew Post: How to lay out separate graphs for groups separetly, and other...
There are a couple of other techniques I didn't mention. First, you can save an image to an exact size that you specify by right-clicking the graph pane and selecting Save Image to File, Image Options....
View ArticleNew Post: A Question about Centrality Calculations
Hi, I'm currently working on a C# program with NodeXL API and I want to calculate the centrality metrics within the code. I'm new to the API, and I think the class that can calculate the centrality is...
View Article