Class HeatMapGradientColorizer
A Rad
Inherited Members
Namespace: Telerik.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public sealed class HeatMapGradientColorizer : HeatMapColorizer
Constructors
HeatMapGradientColorizer()
Initializes a new instance of the Heat
Declaration
public HeatMapGradientColorizer()
Properties
GradientStops
Gets or sets the gradient stops. The color for a value is selected to be a transfusion between two colors.
These two colors are selected depending on the value of the Position property.
When the Is
Declaration
public IList<GradientStop> GradientStops { get; set; }
Property Value
System.
|
RangeMaximum
Gets or sets the maximum of the range with which the colorizer works.
Declaration
public double RangeMaximum { get; set; }
Property Value
System.
|
Remarks
This property is taken into consideration only if its value is not NaN and the
Is
RangeMinimum
Gets or sets the minimum of the range with which the colorizer works.
Declaration
public double RangeMinimum { get; set; }
Property Value
System.
|
Remarks
This property is taken into consideration only if its value is not NaN and the
Is