RangeColorizerBase
Base class for all ColorMapping objects in RadTreeMap and RadPivotMap that rely on a range. A colorizer in RadTreeMap and RadPivotMap is a class which defines the Brush for the RadTreeMapItem objects.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public abstract class RangeColorizerBase : ColorMapping
Inheritance: objectInheritanceContextPropagatorMappingBaseObjectMappingBaseValueMappingBaseColorMappingRangeColorizerBase...
Derived Classes:
Inherited Members
Fields
IsAbsoluteProperty
DependencyProperty
Identifies the IsAbsolute dependency property.
public static readonly DependencyProperty IsAbsoluteProperty
RangeMaximumProperty
DependencyProperty
Identifies the RangeMaximum dependency property.
public static readonly DependencyProperty RangeMaximumProperty
RangeMinimumProperty
DependencyProperty
Identifies the RangeMinimum dependency property.
public static readonly DependencyProperty RangeMinimumProperty
ValuePathProperty
DependencyProperty
Identifies the ValuePath dependency property.
public static readonly DependencyProperty ValuePathProperty
Properties
Gets or sets the is absolute.
public bool IsAbsolute { get; set; }
The is absolute.
Gets or sets the maximum.
public double RangeMaximum { get; set; }
The maximum.
Gets or sets the minimum.
public double RangeMinimum { get; set; }
The minimum.
Methods
SelectBrush(double)
Brush
Selects a brush depending on the provided value and if it is IsAbsolute.
Selects the brush in absolute values.
protected virtual Brush SelectBrushInAbsoluteValues(double value)
The value.
Returns:Brush
Selects the brush in relative values.
protected virtual Brush SelectBrushInRelativeValues(double value)
The value.
Returns:Brush