IMapShapeColorizer
Interface
Represents the IMapShapeColorizer interface.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public interface IMapShapeColorizer
Derived Classes:
Properties
Gets or sets extended property name.
C#
string ExtendedPropertyName { get; set; }
Gets or sets value which indicates whether colorizer have been prepared already.
C#
bool IsPrepared { get; set; }
Gets or sets value which indicates whether colorizer should be re-prepared when items collection of the information layer is changed.
C#
bool ResetOnItemsChanged { get; set; }
Gets colorizer usage mode.
C#
ColorizerUsageMode UsageMode { get; }
Methods
Colorize elements from the list.
Prepares the colorizer using the shape list.
Sets color to item by extended data.
Events
The Prepare completed event handler.
C#
event EventHandler<ShapeColorizerEventArgs> PrepareCompleted
The update legend event handler. Occurs when the colorizer changed and it should update the legend.
C#
event EventHandler UpdateLegend