Gets or sets the active algorithms or metric layers visualized on the heatmap overlay.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public HeatmapMode HeatmapMode { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HeatmapMode As HeatmapMode |
A member of the HeatmapMode enumeration. The default value is All.
See Also