Represents a Color Range object for passing to PickColor />
Object
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class SeriesColorRangeRepresents a Color Range object for passing to PickColor />
public SeriesColorRange()Gets or sets the color of the range.
public string Color { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the color of the range. |
Gets or sets the maximum value of the range. Null will use default double.Max
public double Max { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the maximum value of the range. Null will use default double.Max |
Gets or sets the minimum value of the range. Null will use default double.Min
public double Min { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the minimum value of the range. Null will use default double.Min |