Class
GaugeColorValueRange

This class represents a color that should be used only in visual elements that are between the min and max values.

Definition

Namespace:Telerik.UI.Xaml.Controls.DataVisualization

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class GaugeColorValueRange

Inheritance: objectGaugeColorValueRange

Constructors

GaugeColorValueRange()

Declaration

cs-api-definition
public GaugeColorValueRange()

Properties

Color

Gets or sets the color of this particular rage.

Declaration

cs-api-definition
public Color Color { get; set; }

Property Value

Color

MaxValue

Gets or sets the top limit of the range.

Declaration

cs-api-definition
public double MaxValue { get; set; }

Property Value

double

MinValue

Gets or sets the bottom limit of the range.

Declaration

cs-api-definition
public double MinValue { get; set; }

Property Value

double