LinkCurve

StockSharp.Xaml.Diagram.GXDiagram

This enumeration defines how a path is drawn through a Route's points.

字段

Bezier : LinkCurve

A Bezier curve, perhaps using the Curviness property.

JumpGap : LinkCurve

Like JumpOver, but leaves a gap in the path when it crosses other orthogonal link segments. (Only applies when the route is orthogonal.)

JumpOver : LinkCurve

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 : LinkCurve

Straight line segments between the Route's points.