Interface IAlertLevel
Represents an alert level.
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IAlertLevel
Properties
Color
Gets or sets the color.
Declaration
string? Color { get; set; }
Property Value
Type | Description |
---|---|
string |
From
Gets or sets the from value.
Declaration
double From { get; set; }
Property Value
Type | Description |
---|---|
double |
To
Gets or sets the to value.
Declaration
double To { get; set; }
Property Value
Type | Description |
---|---|
double |