Quantcast
Channel: NodeXL: Network Overview, Discovery and Exploration for Excel
Viewing all articles
Browse latest Browse all 4386

New Post: How to set font size of a vertex using C#?

$
0
0
Great, that's exactly what I needed. Here is my sample:
Typeface typeface = new Typeface("Calibri");
nodeXLControl1.GraphDrawer.VertexDrawer.SetFont(typeface, 14.0);

Viewing all articles
Browse latest Browse all 4386

Trending Articles