ClassGradientColorizerBase
Class
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:
cs-api-definition
public abstract class GradientColorizerBase : RangeColorizerBase
Inheritance: objectInheritanceContextPropagatorMappingBaseObjectMappingBaseValueMappingBaseColorMappingRangeColorizerBaseGradientColorizerBase
Inherited Members
Fields
GradientStopsProperty
Identifies the GradientStops dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty GradientStopsProperty
Field Value
DependencyProperty
Properties
GradientStops
Gets or sets the gradient stops.
Declaration
cs-api-definition
public GradientStopCollection GradientStops { get; set; }
Property Value
GradientStopCollection
The gradient stops.