Base class for all ColorMapping objects in RadTreeMap and RadPivotMap which define a set of GradientStops.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public abstract class GradientColorizerBase : RangeColorizerBase
Inheritance: objectInheritanceContextPropagatorMappingBaseObjectMappingBaseValueMappingBaseColorMappingRangeColorizerBaseGradientColorizerBase...
Inherited Members
Fields
GradientStopsProperty
DependencyProperty
Identifies the GradientStops dependency property.
C#
public static readonly DependencyProperty GradientStopsProperty
Properties
GradientStops
GradientStopCollection
Gets or sets the gradient stops.
C#
public GradientStopCollection GradientStops { get; set; }
The gradient stops.