Search
DiagramItem.ActivityLevel Property
See Also
 





Gets or sets the activity level of this item, typically used to drive heatmap overlays or density visualizations on custom controls.

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

 Syntax

C#  Copy Code

public double ActivityLevel { get; set; }

Visual Basic  Copy Code

Public Property ActivityLevel As Double

 Property Value

A double value specifying activity level. The default value is 0.

 Remarks

This property can be used to store an activity level in process diagrams or any other custom data. It can also be used to calculate a heat map visualization in the MiniMap control when the corresponding HeatmapMode flag is set. Values should be in the 0–1 range when used for heat map calculations.

 See Also