API Reference
Class
VisNetworkGraph
Provides a typed compatibility envelope for common vis-network data and option concepts. The converter keeps GraphScene as the reusable ChartForgeX graph contract.
Inheritance
- Object
- VisNetworkGraph
Methods
AddEdge(System.String arg1, System.String arg2, System.String arg3, System.String arg4, System.Action{ChartForgeX.Interactivity.VisNetworkEdge} arg5) #Adds an edge to the compatibility graph.
Parameters
- arg1 System.String
- arg2 System.String
- arg3 System.String
- arg4 System.String
- arg5 System.Action{ChartForgeX.Interactivity.VisNetworkEdge}
AddNode(System.String arg1, System.String arg2, System.Action{ChartForgeX.Interactivity.VisNetworkNode} arg3) #Adds a node to the compatibility graph.
Parameters
- arg1 System.String
- arg2 System.String
- arg3 System.Action{ChartForgeX.Interactivity.VisNetworkNode}
ToGraphScene(System.String arg1, System.String arg2) #Converts this compatibility graph into the reusable ChartForgeX graph scene model.
Parameters
- arg1 System.String
- arg2 System.String