Class
HeatMapRangeColor

Defines a class used by the HeatMapRangeColorizer to select colors for the cells of the RadHeatMap. The values that fall within the From and To will be shown with the specified Color.

Definition

Namespace:Telerik.WinControls.UI.HeatMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public sealed class HeatMapRangeColor : INotifyPropertyChanged

Inheritance: objectHeatMapRangeColor

Implements: INotifyPropertyChanged

Constructors

HeatMapRangeColor()

Declaration

cs-api-definition
public HeatMapRangeColor()

Properties

Color

Gets or sets the color.

Declaration

cs-api-definition
public Color Color { get; set; }

Property Value

Color

From

Gets or sets the lower boundary value.

Declaration

cs-api-definition
public double From { get; set; }

Property Value

double

To

Gets or sets the upper boundary value.

Declaration

cs-api-definition
public double To { get; set; }

Property Value

double

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged