Class PropertyColorizationStrategy
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class PropertyColorizationStrategy : IColorizationStrategy, IMapLegendInfoProvider
Constructors
PropertyColorizationStrategy()
Initializes a new instance of the Property
Declaration
public PropertyColorizationStrategy()
Properties
Colors
Gets or sets the colors.
Declaration
public List<Color> Colors { get; set; }
Property Value
System. The colors. |
PropertyValues
Gets or sets the property values.
Declaration
public List<PropertyColorizerItem> PropertyValues { get; set; }
Property Value
System. The property values. |
ValueProvider
Gets or sets the value provider.
Declaration
public IColorizationValueProvider ValueProvider { get; set; }
Property Value
IColorization The value provider. |
Methods
ColorizeElement(MapGeometry)
Colorizes the element.
Declaration
public void ColorizeElement(MapGeometry colorizable)
Parameters
Map The colorizable. |
Implements
GetColorizerColor(Object)
Gets the color for the give value.
Declaration
protected virtual Color GetColorizerColor(object value)
Parameters
System. The value. |
Returns
System. Color. |
GetLegendInfo(MapLegendElement)
Gets the information needed by the RadMap legend.
Declaration
public virtual List<MapLegendInfoItem> GetLegendInfo(MapLegendElement mapElement)
Parameters
Map The map element. |
Returns
System. List<MapLegendInfoItem>. |