Colorizer usage mode.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
[Flags]
public enum ColorizerUsageMode
Fields
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.
C#
NewItemReset = 4
Indicates whether colorizer provides collection of the map ranges which can be used to fill in map legend.
C#
ProvidesRanges = 8
Indicates that colorizer can change its settings when items collection of the information layer is changed.
C#
ResetOnItemsChanged = 2
Colorizer can assign coloring settings to objects separately one from another.
C#
Separately = 1