GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutForceDirected Class / ElectricalFieldY Method
In This Topic
    ElectricalFieldY Method
    In This Topic
    Returns the electrical field in the Y direction acting on a node at the logical point PointF xy. A node L is acted upon by a force in the Y direction of magnitude ElectricalFieldY(L.position) * ElectricalCharge(L).
    Syntax
    protected virtual float ElectricalFieldY( 
       PointF xy
    )

    Parameters

    xy

    Return Value

    Returns the electrical field in the Y direction, normally zero
    See Also