ColorScaleMode
Enum
Mode that determines which way to show the ColorScale.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public enum ColorScaleMode
Fields
Default mode. With 10 elements (tick marks). In this mode you should specify only the Min and Max value.
C#
Auto = 0
Color Scale mode where you can specify the number of elements (tick marks) to show.
C#
Count = 1
Color Scale mode where you can specify map ranges manually, but range color is set automatically.
C#
Ranges = 3
Color Scale mode where you can specify map ranges manually (including range color).
C#
RangesPredefinedColors = 4
Color Scale mode where you can specify the number of steps between the Min an Max values to show.
C#
Step = 2