RadControls for WPF

The mode of using range colors for the Bar indicator.

Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.40

Syntax

C#
public enum RangeColorMode
Visual Basic
Public Enumeration RangeColorMode

Members

Member nameValueDescription
Default0 The bar uses range color.
DefaultAnimated1 The bar uses range color. If the bar indicator uses animation, then it changes color when it passes a range during animation.
MixedColor2 The bar is built with mixed color from current and previous range.
ProportionalBrush3 The bar is built as parts of range brushes.
ProportionalLastRangesBrush4 The bar is built as parts of current and previous range brushes.
ProportionalGradient5 The bar is built as proportional linear gradient from range colors.
ProportionalLastRangesGradient6 The bar is built as proportional linear gradient from current and previous range colors.
VerticalGradient7 The bar is built as vertical linear gradient from current and previous range colors.
HorizontalGradient8 The bar is built as horizontal linear gradient from current and previous range colors.

See Also