Enum
ColorizerUsageMode

Colorizer usage mode.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1714:FlagsEnumsShouldHavePluralNames")]
[Flags]
public enum ColorizerUsageMode

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

cs-api-definition
NewItemReset = 4

Field Value

ColorizerUsageMode

ProvidesRanges

Indicates whether colorizer provides collection of the map ranges which can be used to fill in map legend.

Declaration

cs-api-definition
ProvidesRanges = 8

Field Value

ColorizerUsageMode

ResetOnItemsChanged

Indicates that colorizer can change its settings when items collection of the information layer is changed.

Declaration

cs-api-definition
ResetOnItemsChanged = 2

Field Value

ColorizerUsageMode

Separately

Colorizer can assign coloring settings to objects separately one from another.

Declaration

cs-api-definition
Separately = 1

Field Value

ColorizerUsageMode