GraphHost ClassElecNetKit Documentation
A WPF control that can display one INetworkGraph, and handles layout, redrawing etc. Simply assign an INetworkGraph to the Graph property and you're good to go.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem.Windows.Threading DispatcherObject
    OnlineSystem.Windows DependencyObject
      OnlineSystem.Windows.Media Visual
        OnlineSystem.Windows UIElement
          OnlineSystem.Windows FrameworkElement
            ElecNetKit.Graphing.Controls VisualHost
              ElecNetKit.Graphing.Controls GraphHost

Namespace: ElecNetKit.Graphing.Controls
Assembly: ElecNetKit.Graphing (in ElecNetKit.Graphing.dll) Version: 1.1.4771.27373 (1.1.0.0)
Syntax

public class GraphHost : VisualHost, INotifyPropertyChanged
Remarks

Note that NetworkModels don't notify of changes, and INetworkGraphs don't notify of changes to their parameters either. If you set the Network property, you can force a redraw of the graph with the RefreshGraph  method.
See Also