Radial Tree Chart

Hi,

I don’t know if this question is a bit off-topic, but as I ddi not find any useable answers on the web, I dedided to ask it here.

I want to implement a radial tree chart in a WPF panel in my Rhino application.
I want it to be like this one here https://bl.ocks.org/mbostock/4063550 and ideally it would be clickable, so that I can easily filter data from it.

What I found so far is a library called D3 (quite a few might know that) by Mike Bostock, which seems great. Yet this all not applicable in C#.

Do you have any input on that one?

Thanks,
T.