InterfaceIObservableGraphSource
Interface
Represents an observable graph source.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public interface IObservableGraphSource : IGraphSource
Inherited Members
Methods
AddLink(ILink)
Adds a link in the Links collection.
AddNode(object)
Adds a node in the Items collection.
CreateLink(object, object)
Creates a link based on the associated source and target nodes.
CreateNode(IShape)
Creates a node based on an associated shape.
RemoveLink(ILink)
Removes a link from the Links collection.
RemoveNode(object)
Removes a node from the Items collection.