[]
        
(Showing Draft Content)

C1.Diagram.EdgeRouting

EdgeRouting Enum

Specifies available edge routing options.

Namespace: C1.Diagram
Assembly: C1.Chart.Diagram.dll
Syntax
public enum EdgeRouting
Public Enum EdgeRouting

Fields

Name Description
None

No routing should be done.

Rectilinear

Rectilinear edge routing.

RectilinearToCenter

Rectilinear but not checking for the optimal port and routing just to the node centers.

Spline

Draw spline.

SplineBundling

Draw ordered spline bundles.

StraightLine

Draw edges as straight lines.

SugiyamaSplines

Inside of Sugiyama algorithm use the standard spline routing.