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