Interface IChartStackedBarSeries
Assembly: Radzen.Blazor.dll
Syntax
public interface IChartStackedBarSeries : IChartBarSeries
Methods
ItemsForCategory(double)
Gets the items for category.
Declaration
IEnumerable<object> ItemsForCategory(double category)
Parameters
Type |
Name |
Description |
double |
category |
|
Returns
ValueAt(int)
Gets the value at the specified index.
Declaration
double ValueAt(int index)
Parameters
Type |
Name |
Description |
int |
index |
|
Returns
ValuesForCategory(double)
Gets the values for category.
Declaration
IEnumerable<double> ValuesForCategory(double category)
Parameters
Type |
Name |
Description |
double |
category |
|
Returns