Class GradientColorizerBase
Base class for all ColorMapping objects in RadTreeMap and RadPivotMap which define a set of GradientStops.
Inheritance
System.Object
GradientColorizerBase
Inherited Members
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class GradientColorizerBase : RangeColorizerBase, ISupportValuePath
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. |