Perhaps this is going to sounds stupid, but I have difficulty to understand how the model node and link should be integrated with an existing datamodel. In the documentation, it says that my data class that supposed to be a node only have to inherited from GraphLinksModelData.
For example, supposed that in my datamodel I have a class called Person an another one called Relation. If Person and Relation already inherit from another Base class, I can’t inherited from GraphLinksModelData and GraphLinksModelLink… Is this how it’s supposed to work?
Or should I specify instead something like that GraphLinksModelData(Of Person, String)?
Ps.: Sorry for the poor english, that’s not my first language.
<span =“Apple-style-span” style="font-family: ‘Segoe UI’, Verdana, Arial; font-size: 13px; line-height: normal; ">