GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutForceDirected Class / MaxIterations Property
In This Topic
    MaxIterations Property
    In This Topic
    Gets or sets the maximum number of iterations to perform when doing the force directed auto layout.
    Syntax
    [DefaultValue(100)]
    [Description("the maximum number of iterations to perform")]
    public int MaxIterations {get; set;}

    Property Value

    The value must be non-negative. The initial value is 100.
    See Also