Class ColorizerUsageMode
Colorizer usage mode.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class ColorizerUsageMode : Enum
Fields
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.
Declaration
public const ColorizerUsageMode NewItemReset
Field Value
ColorizerUsageMode
|
ProvidesRanges
Indicates whether colorizer provides collection of the map ranges which can be used to fill in map legend.
Declaration
public const ColorizerUsageMode ProvidesRanges
Field Value
ColorizerUsageMode
|
ResetOnItemsChanged
Indicates that colorizer can change its settings when items collection of the information layer is changed.
Declaration
public const ColorizerUsageMode ResetOnItemsChanged
Field Value
ColorizerUsageMode
|
Separately
Colorizer can assign coloring settings to objects separately one from another.
Declaration
public const ColorizerUsageMode Separately
Field Value
ColorizerUsageMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|