ForceDirected2D {Microsoft.VisualBasic.Data.visualize.Network.Layouts.SpringForce} | .NET clr documentation |
Layout provider engine for the 2D network graphics.
# namespace Microsoft.VisualBasic.Data.visualize.Network.Layouts.SpringForce
export class ForceDirected2D extends ForceDirected`1 {
damping: double;
graph: NetworkGraph;
Height: double;
interactiveMode: boolean;
parallel: boolean;
radius: double;
repulsion: double;
stiffness: double;
threshold: double;
Width: double;
withinThreshold: boolean;
}
graph
: NetworkGraph