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

    Parameters

    xy

    Return Value

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