Class
GradientColorizerBase

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 RangeColorizerBase.RangeMinimumPropertyRangeColorizerBase.RangeMaximumPropertyRangeColorizerBase.ValuePathPropertyRangeColorizerBase.IsAbsolutePropertyRangeColorizerBase.SelectBrush(double)RangeColorizerBase.SelectBrushInRelativeValues(double)RangeColorizerBase.SelectBrushInAbsoluteValues(double)RangeColorizerBase.RangeMinimumRangeColorizerBase.RangeMaximumRangeColorizerBase.ValuePathRangeColorizerBase.IsAbsoluteValueMappingBase.TargetPropertyNamePropertyValueMappingBase.TargetPropertyNameValueMappingBase.TargetPropertyInheritanceContextPropagator.CreateInstanceCore()InheritanceContextPropagator.FreezeCore(bool)

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.