Enum
RangeColorMode

The mode of using range colors for the Bar indicator.

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public enum RangeColorMode

Fields

Default

The bar uses range color.

Declaration

cs-api-definition
Default = 0

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

cs-api-definition
DefaultAnimated = 1

Field Value

RangeColorMode

HorizontalGradient

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

Declaration

cs-api-definition
HorizontalGradient = 8

Field Value

RangeColorMode

MixedColor

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

Declaration

cs-api-definition
MixedColor = 2

Field Value

RangeColorMode

ProportionalBrush

The bar is built as parts of range brushes.

Declaration

cs-api-definition
ProportionalBrush = 3

Field Value

RangeColorMode

ProportionalGradient

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

Declaration

cs-api-definition
ProportionalGradient = 5

Field Value

RangeColorMode

ProportionalLastRangesBrush

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

Declaration

cs-api-definition
ProportionalLastRangesBrush = 4

Field Value

RangeColorMode

ProportionalLastRangesGradient

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

Declaration

cs-api-definition
ProportionalLastRangesGradient = 6

Field Value

RangeColorMode

VerticalGradient

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

Declaration

cs-api-definition
VerticalGradient = 7

Field Value

RangeColorMode