Class ValueGradientColorizer
Represents a ColorMapping, which contains a set of GradientStops. The ValueGradientColorizer calculated the brush according to its value and gradient stops.
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 ValueGradientColorizer class.
Declaration
public ValueGradientColorizer()
Fields
GradientStopsProperty
Identifies the GradientStops dependency property.
Declaration
public static readonly DependencyProperty GradientStopsProperty
Field Value
System.Windows.DependencyProperty
|
Properties
GradientStops
Gets or sets the gradient stops.
Declaration
public GradientStopCollection GradientStops { get; set; }
Property Value
System.Windows.Media.GradientStopCollection
The gradient stops. |
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
|