Enum
ColorScaleMode

Mode that determines which way to show the ColorScale.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public enum ColorScaleMode

Fields

Auto

Default mode. With 10 elements (tick marks). In this mode you should specify only the Min and Max value.

Declaration

cs-api-definition
Auto = 0

Field Value

ColorScaleMode

Count

Color Scale mode where you can specify the number of elements (tick marks) to show.

Declaration

cs-api-definition
Count = 1

Field Value

ColorScaleMode

Ranges

Color Scale mode where you can specify map ranges manually, but range color is set automatically.

Declaration

cs-api-definition
Ranges = 3

Field Value

ColorScaleMode

RangesPredefinedColors

Color Scale mode where you can specify map ranges manually (including range color).

Declaration

cs-api-definition
RangesPredefinedColors = 4

Field Value

ColorScaleMode

Step

Color Scale mode where you can specify the number of steps between the Min an Max values to show.

Declaration

cs-api-definition
Step = 2

Field Value

ColorScaleMode