I want to have an undirected graph, with text as nodes, in a Windows Universal App. Unfortunately, many existing toolkits either cater to graphing charts, or have graph tools, but are not compatible with Windows Universal Apps. (They tend to be compatible to an older variant of .NET, WPF, WinForms, etc.)
Visually, I'm talking about something here, with nodes and edges: https://en.wikipedia.org/wiki/Graph_(abstract_data_type)
Are there any toolkits out there that work with UWP that support a graph, ideally with examples?