Provides access to members that control the Spatial Dispatch layout.
Members
Name | Description | |
---|---|---|
IsActive | Indicates whether the network diagram layout is active. | |
MaximumShiftFactor | Indicates the maximum value used to increase the diagram junctions' displacement for junctions that are very close together. The greater the shift factor, the larger the separation between the diagram junctions that almost overlap. | |
Name | The name of the network diagram layout. | |
NumberOfIterations | Indicates the number of Spatial Dispatch layout iterations executed before the final result is shown. | |
PreserveContainers | Indicates whether the network diagram layout must preserve the containers. | |
PropertySet | The network diagram layout parameters returned as a property set |
ISpatialDispatchLayout.MaximumShiftFactor Property
Indicates the maximum value used to increase the diagram junctions' displacement for junctions that are very close together. The greater the shift factor, the larger the separation between the diagram junctions that almost overlap.
Public Property MaximumShiftFactor As Double
public double MaximumShiftFactor {get; set;}
ISpatialDispatchLayout.NumberOfIterations Property
Indicates the number of Spatial Dispatch layout iterations executed before the final result is shown.
Public Property NumberOfIterations As Integer
public int NumberOfIterations {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
INetworkDiagramLayout | Provides access to members that control the network diagram layout. |
Classes that implement ISpatialDispatchLayout
Classes | Description |
---|