Class HeatMapRangeColor
Defines a class used by the Heat
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.
|
From
Gets or sets the lower boundary value.
Declaration
public double From { get; set; }
Property Value
System.
|
To
Gets or sets the upper boundary value.
Declaration
public double To { get; set; }
Property Value
System.
|
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|