Class HeatMapRangeColor
Defines a class used by the Heat
Inherited Members
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class HeatMapRangeColor : InheritanceContextPropagator, INotifyPropertyChanged
Constructors
HeatMapRangeColor()
Declaration
public HeatMapRangeColor()
Fields
ColorProperty
Identifies the Color dependency property.
Declaration
public static readonly DependencyProperty ColorProperty
Field Value
System.
|
FromProperty
Identifies the From dependency property.
Declaration
public static readonly DependencyProperty FromProperty
Field Value
System.
|
ToProperty
Identifies the To dependency property.
Declaration
public static readonly DependencyProperty ToProperty
Field Value
System.
|
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.
|