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