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
RangeColorMode
|
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
RangeColorMode
|
HorizontalGradient
The bar is built as horizontal linear gradient from current and previous range colors.
Declaration
public const RangeColorMode HorizontalGradient
Field Value
RangeColorMode
|
MixedColor
The bar is built with mixed color from current and previous range.
Declaration
public const RangeColorMode MixedColor
Field Value
RangeColorMode
|
ProportionalBrush
The bar is built as parts of range brushes.
Declaration
public const RangeColorMode ProportionalBrush
Field Value
RangeColorMode
|
ProportionalGradient
The bar is built as proportional linear gradient from range colors.
Declaration
public const RangeColorMode ProportionalGradient
Field Value
RangeColorMode
|
ProportionalLastRangesBrush
The bar is built as parts of current and previous range brushes.
Declaration
public const RangeColorMode ProportionalLastRangesBrush
Field Value
RangeColorMode
|
ProportionalLastRangesGradient
The bar is built as proportional linear gradient from current and previous range colors.
Declaration
public const RangeColorMode ProportionalLastRangesGradient
Field Value
RangeColorMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|
VerticalGradient
The bar is built as vertical linear gradient from current and previous range colors.
Declaration
public const RangeColorMode VerticalGradient
Field Value
RangeColorMode
|