Class RangeColorizerBase
Base class for all Color
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class RangeColorizerBase : ColorMapping, ISupportValuePath
Fields
IsAbsoluteProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsAbsoluteProperty
Field Value
System.
|
RangeMaximumProperty
Identifies the Range
Declaration
public static readonly DependencyProperty RangeMaximumProperty
Field Value
System.
|
RangeMinimumProperty
Identifies the Range
Declaration
public static readonly DependencyProperty RangeMinimumProperty
Field Value
System.
|
ValuePathProperty
Identifies the Value
Declaration
public static readonly DependencyProperty ValuePathProperty
Field Value
System.
|
Properties
IsAbsolute
Gets or sets the is absolute.
Declaration
public bool IsAbsolute { get; set; }
Property Value
System. The is absolute. |
RangeMaximum
Gets or sets the maximum.
Declaration
public double RangeMaximum { get; set; }
Property Value
System. The maximum. |
RangeMinimum
Gets or sets the minimum.
Declaration
public double RangeMinimum { get; set; }
Property Value
System. The minimum. |
ValuePath
Gets or sets the value path.
Declaration
public string ValuePath { get; set; }
Property Value
System. The value path. |
Methods
SelectBrush(Double)
Selects a brush depending on the provided value and
if it is Is
Declaration
public virtual Brush SelectBrush(double value)
Parameters
System. The value. |
Returns
System.
|
SelectBrushInAbsoluteValues(Double)
Selects the brush in absolute values.
Declaration
protected virtual Brush SelectBrushInAbsoluteValues(double value)
Parameters
System. The value. |
Returns
System.
|
SelectBrushInRelativeValues(Double)
Selects the brush in relative values.
Declaration
protected virtual Brush SelectBrushInRelativeValues(double value)
Parameters
System. The value. |
Returns
System.
|