Class RelativeValueGradientColorizer
Represents a colorizer, which contains a set of GradientStops. Each System.Windows.Media.GradientStop.Offset property should be set with a relative value - between 0 and 1. The RadTreeMapItem brush is calculated according to its value, RangeMinimum, RangeMaximum and colorizer's gradient stops.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class RelativeValueGradientColorizer : GradientColorizerBase, ISupportValuePath
Constructors
RelativeValueGradientColorizer()
Declaration
public RelativeValueGradientColorizer()
Methods
SelectBrush(Double)
Selects a brush depending on the provided value and if it is IsAbsolute.
Declaration
public override Brush SelectBrush(double value)
Parameters
System.Double
value
The value. |
Returns
System.Windows.Media.Brush
|