LinkCurve
StockSharp.Xaml.Diagram.GXDiagram
This enumeration defines how a path is drawn through a Route's points.
Fields
Bezier
public const LinkCurve Bezier
value = LinkCurve.Bezier
A Bezier curve, perhaps using the Curviness property.
JumpGap
public const LinkCurve JumpGap
value = LinkCurve.JumpGap
Like JumpOver, but leaves a gap in the path when it crosses other orthogonal link segments. (Only applies when the route is orthogonal.)
JumpOver
public const LinkCurve JumpOver
value = LinkCurve.JumpOver
Straight line segments that also hop over other orthogonal link segments that it crosses. JumpGap is similar. (Only applies when the route is orthogonal.)
None
public const LinkCurve None
value = LinkCurve.None
Straight line segments between the Route's points.