Search
HeatmapRenderer.MaxIntensity Property
See Also
 






Gets or sets the maximum intensity.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double MaxIntensity { get; set; }

Visual Basic  Copy Code

Public Property MaxIntensity As Double

 Property Value

A double value specifying maximum intensity. The default value is 100.

 Remarks

The renderer loads intensity values from third dimension of the series. The default 100 value lets you specify them as percentage.

 See Also