Interface IChartData
Represents the chart data.
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IChartData
Properties
Categories
Gets the categories.
Declaration
IList<IChartCategory> Categories { get; }
Property Value
Type | Description |
---|---|
IList<IChartCategory> |
Groups
Gets the groups.
Declaration
IList<IChartGroup> Groups { get; }
Property Value
Type | Description |
---|---|
IList<IChartGroup> |
Points
Gets the points.
Declaration
IList<IChartPoint> Points { get; }
Property Value
Type | Description |
---|---|
IList<IChartPoint> |