Class LinLogLayoutParameters
LinLog layout algorithm parameters.
Implements
System.ICloneable
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: GraphShape.Algorithms.Layout
Assembly: GraphShape.dll
Syntax
public class LinLogLayoutParameters : LayoutParametersBase, ILayoutParameters, IAlgorithmParameters, ICloneable, INotifyPropertyChanged
Properties
| Improve this Doc View SourceAttractionExponent
Attraction exponent.
Declaration
public double AttractionExponent { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
GravitationMultiplier
Gravitation multiplier.
Declaration
public double GravitationMultiplier { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MaxIterations
Maximum number of the iterations.
Declaration
public int MaxIterations { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException | Value is negative. |
RepulsiveExponent
Repulsive exponent.
Declaration
public double RepulsiveExponent { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceGetEqualityElements()
Gets elements to take into account when comparing this LayoutParametersBase.
Declaration
protected override IEnumerable<object> GetEqualityElements()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Object> | Elements to compare. |
Overrides
Implements
System.ICloneable
System.ComponentModel.INotifyPropertyChanged