Class ValueBrushColorizer
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.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ValueBrushColorizer : RangeColorizerBase, ISupportValuePath
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
System.Windows.DependencyProperty
|
DefaultBrushProperty
Identifies the DefaultBrush dependency property.
Declaration
public static readonly DependencyProperty DefaultBrushProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Brushes
Gets or sets the brushes.
Declaration
public RangeBrushCollection Brushes { get; set; }
Property Value
RangeBrushCollection
The brushes. |
DefaultBrush
Gets or sets the default brush.
Declaration
public Brush DefaultBrush { get; set; }
Property Value
System.Windows.Media.Brush
The default brush. |
Methods
SelectBrushInAbsoluteValues(Double)
Selects the brush in absolute values.
Declaration
protected override Brush SelectBrushInAbsoluteValues(double value)
Parameters
System.Double
value
The value. |
Returns
System.Windows.Media.Brush
|
Overrides
SelectBrushInRelativeValues(Double)
Selects the brush in relative values.
Declaration
protected override Brush SelectBrushInRelativeValues(double value)
Parameters
System.Double
value
The value. |
Returns
System.Windows.Media.Brush
|