Closed NiklasVJM closed 3 years ago
It seems you need to get into routine that draws a node and modify it.
Hi!
Thank you for the reply!
Can you explain a little further? You mean I need to modify the labels in some other place, or something? A small code snippet would be awesome. Thank you!
I was suggesting that you modify method DGraph::DrawNode. Actually, you can get around it by using DrawNodeDelegate, as in sample NodesWithImages. Anyway, you need a customized node drawing routine, and I seem do not have a sample for it, except of DrawNode() in NodesWithImages.
Ok! Thank you so much for this help! I will give this a try, of course it would be awesome to see, how a "pro" would do it, but I'll give this a go. Thank you!
Hi!
I have tried to move the labels of the nodes around, but with no success. I would like to place the node above the node circle (and for some, below the node circle), but this code provided seems to make no difference. Can you help me out with this?