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