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.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public sealed class HeatMapRangeColor : INotifyPropertyChanged
Constructors
HeatMapRangeColor()
Declaration
public HeatMapRangeColor()
Properties
Color
Gets or sets the color.
Declaration
public Color Color { get; set; }
Property Value
|
System.Drawing.Color
|
From
Gets or sets the lower boundary value.
Declaration
public double From { get; set; }
Property Value
|
System.Double
|
To
Gets or sets the upper boundary value.
Declaration
public double To { get; set; }
Property Value
|
System.Double
|
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
|
System.ComponentModel.PropertyChangedEventHandler
|