Search
HeatmapMode Enumeration
See Also
 





Specifies the active algorithms or metric layers visualized on a MiniMap heatmap overlay.

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

 Syntax

C#  Copy Code

public enum HeatmapMode

Visual Basic  Copy Code

Public Enum HeatmapMode

 Members

  Member name Description

ActivityLevel

Heatmap is driven purely by custom user-defined DiagramItem.ActivityLevel metrics.

All

Combines both runtime activity metrics and all structural topologies.

AllTopology

Combines all topological calculations (Centrality | FanInFanOut | ArticulationPoints).

ArticulationPoints

Highlights structural single points of failure (Articulation Points/Cut Vertices).

BetweennessCentrality

Highlights high-traffic intersection hubs (Betweenness Centrality).

FanInFanOut

Highlights process serialization or bottlenecks (High Fan-In, Low Fan-Out).

None

No heatmaps are drawn.

 Remarks

Members of this enumeration can be assigned to the HeatmapMode property of MiniMap control.

 See Also