Class
HeatMapColorizer

Base class for all colorizers for RadHeatMap according to which the cells of the RadHeatMap will be colored.

Definition

Namespace:Telerik.Windows.Controls.HeatMap

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public abstract class HeatMapColorizer : InheritanceContextPropagator

Inheritance: objectInheritanceContextPropagatorHeatMapColorizer

Derived Classes: HeatMapDesaturationColorizerHeatMapRangeColorizerHeatMapValueGradientColorizer

Inherited Members InheritanceContextPropagator.CreateInstanceCore()InheritanceContextPropagator.FreezeCore(bool)

Constructors

HeatMapColorizer()

Declaration

cs-api-definition
protected HeatMapColorizer()

Fields

IsAbsoluteProperty

Identifies the IsAbsolute dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsAbsoluteProperty

Field Value

DependencyProperty

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

cs-api-definition
public bool IsAbsolute { get; set; }

Property Value

bool

Methods

RaiseChanged()

Raises the ColorizerChanged event.

Declaration

cs-api-definition
protected void RaiseChanged()