Interface IChartPoint
Represents a chart point.
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IChartPoint
Properties
AlertLevelId
Gets the alert level id.
Declaration
int AlertLevelId { get; }
Property Value
Type | Description |
---|---|
int |
CategoryId
Gets the category id.
Declaration
string CategoryId { get; }
Property Value
Type | Description |
---|---|
string |
ColumnTuples
Gets the column tuples.
Declaration
IList<ITuple> ColumnTuples { get; }
Property Value
Type | Description |
---|---|
IList<ITuple> |
Currency
Gets the currency.
Declaration
string? Currency { get; }
Property Value
Type | Description |
---|---|
string |
GroupId
Gets the group id.
Declaration
string GroupId { get; }
Property Value
Type | Description |
---|---|
string |