CIMKnowledgeLinkChartOrganicLayoutSettings Class Properties
In This Topic
For a list of all members of this type, see CIMKnowledgeLinkChartOrganicLayoutSettings members.
Public Properties
| Name | Description |
| AbsoluteIdealEdgeLength |
Gets or sets the value, in degrees, to use for the ideal edge length during
layout calculations when the IdealEdgeLengthType is 'absoluteValue'.
Only used for geographic layouts.
|
| AutoComputeRepulsionRadius |
Gets or sets a value indicating whether the repulsion radius is automatically computed or if
it is computed according to 'RepulsionRadiusMultiplier'.
|
| ComputationTimeBudget |
Gets or sets the computation time budget, in seconds.
The maximum count of iterations of the force directed algorithm is computed
based on the size of the link chart and this computation budget, assuming computations
are executed by a theoretical CPU with some known characteristics.
Higher values lead to better looking layouts.
|
| IdealEdgeLengthType |
Gets or sets the ideal edge length type which determines which property to use to compute the ideal edge length.
Only used for geographic layouts.
When the value is 'AbsoluteValue', the 'AbsoluteIdealEdgeLength' property is used.
When the value is 'Multiplier', the 'MultiplicativeIdealEdgeLength' property is used.
|
| MultiplicativeIdealEdgeLength |
Gets or sets the value used to multiply the default edge length to determine
the ideal edge length during layout calculations, when the
IdealEdgeLengthType is 'multiplier'.
Only used for geographic layouts.
|
| RepulsionRadiusMultiplier |
Gets or sets the value to be used for the repulsion radius multiplier.
The repulsion radius is computed as the repulsion radius multiplier multiplied by the actual ideal edge length.
Only used when 'AutoComputeRepulsionRadius' is false.
|
Top
See Also