InterfaceIMapShapeColorizer
Represents the IMapShapeColorizer interface.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public interface IMapShapeColorizer
Properties
ExtendedPropertyName
Gets or sets extended property name.
IsPrepared
Gets or sets value which indicates whether colorizer have been prepared already.
ResetOnItemsChanged
Gets or sets value which indicates whether colorizer should be re-prepared when items collection of the information layer is changed.
UsageMode
Gets colorizer usage mode.
Declaration
ColorizerUsageMode UsageMode { get; }
Property Value
Methods
Colorize(IEnumerable<object>)
Colorize elements from the list.
Declaration
void Colorize(IEnumerable<object> shapes)
Parameters
shapes
The shape list.
Prepare(IEnumerable<object>)
Prepares the colorizer using the shape list.
Declaration
void Prepare(IEnumerable<object> shapes)
Parameters
shapes
The shape list.
SetColor(IExtendedData)
Sets color to item by extended data.
Declaration
void SetColor(IExtendedData item)
Parameters
item
Item of IExtendedData type.
Events
PrepareCompleted
The Prepare completed event handler.
Declaration
event EventHandler<ShapeColorizerEventArgs> PrepareCompleted
Event Value
UpdateLegend
The update legend event handler. Occurs when the colorizer changed and it should update the legend.