Class ValueGradientColorizer
Represents a Color
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ValueGradientColorizer : RangeColorizerBase, ISupportValuePath
Constructors
ValueGradientColorizer()
Initializes a new instance of the Value
Declaration
public ValueGradientColorizer()
Fields
GradientStopsProperty
Identifies the Gradient
Declaration
public static readonly DependencyProperty GradientStopsProperty
Field Value
System.
|
Properties
GradientStops
Gets or sets the gradient stops.
Declaration
public GradientStopCollection GradientStops { get; set; }
Property Value
System. The gradient stops. |
Methods
SelectBrushInAbsoluteValues(Double)
Selects the brush in absolute values.
Declaration
protected override Brush SelectBrushInAbsoluteValues(double value)
Parameters
System. The value. |
Returns
System.
|
Overrides
SelectBrushInRelativeValues(Double)
Selects the brush in relative values.
Declaration
protected override Brush SelectBrushInRelativeValues(double value)
Parameters
System. The value. |
Returns
System.
|