Northwoods.Go.Layout Assembly > Northwoods.Go.Layout Namespace > GoLayoutForceDirected Class : ElectricalCharge Method |
(ElectricalCharge(L) * ElectricalCharge(V)) / (GetNodeDistance(L,V) * GetNodeDistance(L,V))
. A node L is acted upon by forces in the X and Y directions of magnitude ElectricalFieldX(L.position) * ElectricalCharge(L)
and ElectricalFieldY(L.position) * ElectricalCharge(L)
.'Declaration Protected Overridable Function ElectricalCharge( _ ByVal node As GoLayoutForceDirectedNode _ ) As Single
protected virtual float ElectricalCharge( GoLayoutForceDirectedNode node )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2