HeatMapColorizer
Class
Base class for all colorizers for RadHeatMap according to which the cells of the RadHeatMap will be colored.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public abstract class HeatMapColorizer
Inheritance: objectHeatMapColorizer
Derived Classes:
Constructors
C#
protected HeatMapColorizer()
Properties
Gets or sets the IsAbsolute. When set to true, the colors will be selected in an absolute regime, otherwise in a relative regime (from 0 to 1).
C#
public bool IsAbsolute { get; set; }
Methods
Raises the ColorizerChanged event.
C#
protected void RaiseChanged()