Search
MiniMap Class
Remarks See Also
 





Provides a scaled-down view of Diagram contents, with heatmap and bookmark overlays, and inline layer toggles.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public class MiniMap : Overview

Visual Basic  Copy Code

Public Class MiniMap
    Inherits Overview

 Remarks

MiniMap extends Overview with additional UI, bookmark navigation, and heatmap visulization of diagram topology. A toolbar below the overview area provides inline toggles to filter text, images, analytical heatmaps, and bookmarks. The heatmap layer blends critical topological bottlenecks, such as Articulation Points (single points of failure), Betweenness Centrality (intersection hubs), and Fan-In/Fan-Out convergence zones, with custom activity metrics from the ActivityLevel property of DiagramItem. The bookmark overlay renders Bookmarks collection as pins with hover tooltips.

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        System.Windows.Controls.Control
                            MindFusion.Diagramming.Wpf.Overview
                                MindFusion.Diagramming.Wpf.MiniMap

 See Also