New to Telerik UI for WinFormsStart a free 30-day trial

A RadHeatMap colorizer that works with ranges. For each range there is a corresponding color and a value falling within the specified range will be shown with the specified color.

Definition

Namespace:Telerik.WinControls.UI.HeatMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public sealed class HeatMapRangeColorizer : HeatMapColorizer

Inheritance: objectHeatMapColorizerHeatMapRangeColorizer

Inherited Members HeatMapColorizer.IsAbsolute

Constructors

Initializes a new instance of the HeatMapRangeColorizer class.

C#
public HeatMapRangeColorizer()

Properties

Gets or sets the range-color collection.

C#
public HeatMapRangeColorCollection Colors { get; set; }
Remarks:

The color for a value is selected to be the color of the first HeatMapRangeColor whose range contains the value.