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