The StarDiagramForceBasedLayout type exposes the following members.

Properties

  NameDescription
Damping
Gets or sets the damping of the force-based layout algorithm. This is typically between 0 - 1. The higher the value, the faster the algorithm can run. The lower the value, the more stable the algorithm will be. A relatively good value for this is 0.6f. 0.9f is ideal if the MaxIterations is 1.
Info
Gets or sets the ILayoutAlgorithmInfo used to provide additional diagram specific logic.
(Inherited from LayoutAlgorithmBase.)
MaxIterations
Gets or sets the maximum number of iterations of the algorithm within one call to the Run method.
SeparationDistance
Gets or sets the distance that this StarDiagramForceBasedLayout uses to separate different collections of StarDiagramNode objects within a diagram.

See Also