GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutForceDirected Class / Epsilon Property
In This Topic
    Epsilon Property
    In This Topic
    Gets or sets approximately how far some node must move in order for the iterations to continue.
    Syntax
    [DefaultValue(1)]
    [Description("how much each iteration should move some node in order to continue")]
    public float Epsilon {get; set;}
    See Also