Enum GraphvizSplineType
Enumeration of possible spline types. See details
Namespace: QuikGraph.Graphviz.Dot
Assembly: QuikGraph.Graphviz.dll
Syntax
[Serializable]
public enum GraphvizSplineType
Fields
Name | Description |
---|---|
Curved | Edges drawn as curved arcs. |
Line | Edges drawn with line segments. |
None | No edge drawn. |
Ortho | Edges drawn with orthogonal lines. |
Polyline | Edges drawn as polylines. |
Spline | Edges drawn as splines routed by around nodes. |