SeriesColorRange Class

Represents a Color Range object for passing to PickColor />

Inheritance

Object

SeriesColorRange

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class SeriesColorRange

Constructors

SeriesColorRangelink

Represents a Color Range object for passing to PickColor />

Declaration
public SeriesColorRange()

Properties

Colorlink

Gets or sets the color of the range.

Declaration
public string Color { get; set; }
Property Value
Type Description
stringGets or sets the color of the range.

Maxlink

Gets or sets the maximum value of the range. Null will use default double.Max

Declaration
public double Max { get; set; }
Property Value
Type Description
doubleGets or sets the maximum value of the range. Null will use default double.Max

Minlink

Gets or sets the minimum value of the range. Null will use default double.Min

Declaration
public double Min { get; set; }
Property Value
Type Description
doubleGets or sets the minimum value of the range. Null will use default double.Min
An error has occurred. This app may no longer respond until reloaded. Reload 🗙