Class RelativeValueBrushColorizer
This class represents a colorizer, which contains a set of RangeBrush objects. It chooses the brush to be applied according to their From and To values. These values are relative - between 0 and 1.
Inheritance
System.Object
RelativeValueBrushColorizer
Inherited Members
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
[Obsolete("Use ValueBrushColorizer instead.")]
public sealed class RelativeValueBrushColorizer : BrushColorizerBase, ISupportValuePath
Constructors
RelativeValueBrushColorizer()
Declaration
public RelativeValueBrushColorizer()
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
|