Search
HeatmapRenderer.Colors Property
See Also
 






Gets or sets the heatmap colors.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public ColorBlend Colors { get; set; }

Visual Basic  Copy Code

Public Property Colors As ColorBlend

 Property Value

A System.Drawing.Drawing2D.ColorBlend specifying color gradient. The default instance contains blue, yellow and red colors.

 Remarks

Accumulated intensity values scaled by MaxIntensity are mapped to colors from this gradient.

 See Also