Represents a ColorMapping, which contains a set of GradientStops. The ValueGradientColorizer calculated the brush according to its value and gradient stops.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class ValueGradientColorizer : RangeColorizerBase
Inheritance: objectInheritanceContextPropagatorMappingBaseObjectMappingBaseValueMappingBaseColorMappingRangeColorizerBaseValueGradientColorizer...
Inherited Members
Constructors
Initializes a new instance of the ValueGradientColorizer class.
public ValueGradientColorizer()
Fields
GradientStopsProperty
DependencyProperty
Identifies the GradientStops dependency property.
public static readonly DependencyProperty GradientStopsProperty
Properties
GradientStops
GradientStopCollection
Gets or sets the gradient stops.
public GradientStopCollection GradientStops { get; set; }
The gradient stops.
Methods
Selects the brush in absolute values.
protected override Brush SelectBrushInAbsoluteValues(double value)
The value.
Returns:Brush
Overrides:
Selects the brush in relative values.
protected override Brush SelectBrushInRelativeValues(double value)
The value.
Returns:Brush
Overrides: