Convenience control implementation that shows an overview of an IGraph contained in another GraphControl.

Namespace: yWorks.yFiles.UI
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = false)]
public class GraphOverviewControl : CanvasControl
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := False)> _
Public Class GraphOverviewControl _
	Inherits CanvasControl

Remarks

This control uses a GraphPaintable to display the graph in a preview mode and an OverviewInputMode to allow for easily navigating in the GraphControl.

Related Demo Applications

The following programming samples are available: Also see the yFiles.NET tutorials for step by step introductions.

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        yWorks.Canvas..::..CanvasControl
          yWorks.yFiles.UI..::..GraphOverviewControl

See Also