ISubGraphModel

StockSharp.Xaml.Diagram.GXDiagram.Model

The subgraph model is a kind of grouping model that limits each node (including subgraphs) to be a member of at most one group.

Implementa: IGroupsModel, IDiagramModel

Métodos

DoGroupNodeChanged(object)

This method should be called when the containing group node data for a node data has been changed.

nodedata
GetGroupForNode(object) : object

Get the "container" node data for a given node data.

nodedata

Devuelve: a node data

SetGroupNode(object, object)

Change the container group node data of a node data.

nodedata
the node data to be modified
groupnodedata
the new "container" group node data, or null to make the node uncontained