GraphX
GraphX copied to clipboard
How to remove label edge?
Someone knows how can i remove label edge? I want plot only the line of edge, no text box, no cycle, only the line in a simple graph. Thank you.
You can use Area.ShowAllEdgesLabels(false); after graph has been generated or you can omit labels in XAML template.
Thank very much, it worked.