documentationfor yFiles for HTML 2.6

OrthogonalLayoutEdgeLayoutDescriptor

This class provides layout information for the edges of the graph.

Inheritance Hierarchy
OrthogonalLayoutEdgeLayoutDescriptor

Remarks

OrthogonalLayoutEdgeLayoutDescriptor is used by OrthogonalLayout to determine the routing details for the edges (e.g. the segment length).

An OrthogonalLayoutEdgeLayoutDescriptor can be specified individually for each edge by using a IDataProvider which maps from an Edge to an OrthogonalLayoutEdgeLayoutDescriptor instance. The IDataProvider is registered with the graph with key EDGE_LAYOUT_DESCRIPTOR_DP_KEY.

Default Values of Properties

minimumFirstSegmentLength15.0
minimumLastSegmentLength15.0
minimumSegmentLength15.0

Type Details

yfiles module
layout-orthogonal
yfiles-umd modules
layout-orthogonal-compact, layout-orthogonal, layout
Legacy UMD name
yfiles.orthogonal.EdgeLayoutDescriptor

See Also

Constructors

Properties