RadControls for WPF

Describes the elements of a generic MVVM graph source.

Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core (in Telerik.Windows.Diagrams.Core.dll) Version: 2013.1.403.40

Syntax

C#
public interface IGraphSource<T> : IGraphSource
Visual Basic
Public Interface IGraphSource(Of T) _
	Inherits IGraphSource

Type Parameters

T
The type of graph source.

See Also