Class RangeColorMode
The mode of using range colors for the Bar indicator.
Inheritance
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class RangeColorMode : Enum
Fields
Default
The bar uses range color.
Declaration
public const RangeColorMode Default
Field Value
DefaultAnimated
The bar uses range color. If the bar indicator uses animation, then it changes color when it passes a range during animation.
Declaration
public const RangeColorMode DefaultAnimated
Field Value
HorizontalGradient
The bar is built as horizontal linear gradient from current and previous range colors.
Declaration
public const RangeColorMode HorizontalGradient
Field Value
MixedColor
The bar is built with mixed color from current and previous range.
Declaration
public const RangeColorMode MixedColor
Field Value
ProportionalBrush
The bar is built as parts of range brushes.
Declaration
public const RangeColorMode ProportionalBrush
Field Value
ProportionalGradient
The bar is built as proportional linear gradient from range colors.
Declaration
public const RangeColorMode ProportionalGradient
Field Value
ProportionalLastRangesBrush
The bar is built as parts of current and previous range brushes.
Declaration
public const RangeColorMode ProportionalLastRangesBrush
Field Value
ProportionalLastRangesGradient
The bar is built as proportional linear gradient from current and previous range colors.
Declaration
public const RangeColorMode ProportionalLastRangesGradient
Field Value
value__
Declaration
public int value__
Field Value
System.
|
VerticalGradient
The bar is built as vertical linear gradient from current and previous range colors.
Declaration
public const RangeColorMode VerticalGradient