New to Telerik UI for WPFStart a free 30-day trial

The mode of using range colors for the Bar indicator.

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public enum RangeColorMode

Fields

The bar uses range color.

C#
Default = 0

The bar uses range color. If the bar indicator uses animation, then it changes color when it passes a range during animation.

C#
DefaultAnimated = 1

The bar is built as horizontal linear gradient from current and previous range colors.

C#
HorizontalGradient = 8

The bar is built with mixed color from current and previous range.

C#
MixedColor = 2

The bar is built as parts of range brushes.

C#
ProportionalBrush = 3

The bar is built as proportional linear gradient from range colors.

C#
ProportionalGradient = 5

The bar is built as parts of current and previous range brushes.

C#
ProportionalLastRangesBrush = 4

The bar is built as proportional linear gradient from current and previous range colors.

C#
ProportionalLastRangesGradient = 6

The bar is built as vertical linear gradient from current and previous range colors.

C#
VerticalGradient = 7