RadControls for Silverlight

Colorizer usage mode.

Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.1050

Syntax

C#
public enum ColorizerUsageMode
Visual Basic
Public Enumeration ColorizerUsageMode

Members

Member nameValueDescription
Separately1 Colorizer can assign coloring settings to objects separately one from another.
ResetOnItemsChanged2 Indicates that colorizer can change its settings when items collection of the information layer is changed.
NewItemReset4 Indicates that colorizer can change its settings using just new items. It means that colorizer need not a whole list of the items in the layer to change its state, but just newly added items can be used for it.
ProvidesRanges8 Indicates whether colorizer provides collection of the map ranges which can be used to fill in map legend.

See Also