TreePath

StockSharp.Xaml.Diagram.GXDiagram.Layout

This enumeration specifies how to build a tree from the TreeNetwork.

フィールド

Default : TreePath

This value for Path uses the value of TreePath to determine whether edges go from the parent vertex to child vertexes or vice-versa.

Destination : TreePath

The children of a TreeVertex are its DestinationVertexes, the collection of connected TreeEdge.ToVertexs. The tree roots are those TreeVertexs that have a zero SourceEdgesCount.

Source : TreePath

The children of a TreeVertex are its SourceVertexes, the collection of connected TreeEdge.FromVertexs. The tree roots are those TreeVertexs that have a zero DestinationEdgesCount.