ClassValueBrushColorizer
Represents a ColorMapping, which contains a set of RangeBrush objects. The ValueBrushColorizer chooses the brush to be applied according to their From and To value.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class ValueBrushColorizer : RangeColorizerBase
Inheritance: objectInheritanceContextPropagatorMappingBaseObjectMappingBaseValueMappingBaseColorMappingRangeColorizerBaseValueBrushColorizer
Inherited Members
Constructors
ValueBrushColorizer()
Initializes a new instance of the ValueBrushColorizer class.
Declaration
public ValueBrushColorizer()
Fields
BrushesProperty
Identifies the Brushes dependency property.
Declaration
public static readonly DependencyProperty BrushesProperty
Field Value
DependencyProperty
DefaultBrushProperty
Identifies the DefaultBrush dependency property.
Declaration
public static readonly DependencyProperty DefaultBrushProperty
Field Value
DependencyProperty
Properties
Brushes
Gets or sets the brushes.
Declaration
public RangeBrushCollection Brushes { get; set; }
Property Value
The brushes.
DefaultBrush
Gets or sets the default brush.
Declaration
public Brush DefaultBrush { get; set; }
Property Value
Brush
The default brush.
Methods
SelectBrushInAbsoluteValues(double)
Selects the brush in absolute values.
Declaration
protected override Brush SelectBrushInAbsoluteValues(double value)
Parameters
value
The value.
Returns
Brush
Overrides
SelectBrushInRelativeValues(double)
Selects the brush in relative values.
Declaration
protected override Brush SelectBrushInRelativeValues(double value)
Parameters
value
The value.
Returns
Brush
Overrides