Class HeatMapColorizer
Base class for all colorizers for RadHeatMap according to which the cells of the RadHeatMap will be colored.
Inheritance
System.Object
HeatMapColorizer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class HeatMapColorizer
Constructors
HeatMapColorizer()
Declaration
protected HeatMapColorizer()
Properties
IsAbsolute
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).
Declaration
public bool IsAbsolute { get; set; }
Property Value
System.Boolean
|
Methods
RaiseChanged()
Raises the ColorizerChanged event.
Declaration
protected void RaiseChanged()