RangeColorMode
The mode of using range colors for the Bar indicator.
Definition
Namespace:Telerik.Windows.Controls.Gauge
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public enum RangeColorMode
Fields
The bar uses range color.
Default = 0
The bar uses range color. If the bar indicator uses animation, then it changes color when it passes a range during animation.
DefaultAnimated = 1
The bar is built as horizontal linear gradient from current and previous range colors.
HorizontalGradient = 8
The bar is built with mixed color from current and previous range.
MixedColor = 2
The bar is built as parts of range brushes.
ProportionalBrush = 3
The bar is built as proportional linear gradient from range colors.
ProportionalGradient = 5
The bar is built as parts of current and previous range brushes.
ProportionalLastRangesBrush = 4
The bar is built as proportional linear gradient from current and previous range colors.
ProportionalLastRangesGradient = 6
The bar is built as vertical linear gradient from current and previous range colors.
VerticalGradient = 7