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