Interface IChartStackedAreaSeries
Marker interface for RadzenStackedAreaSeries<TItem>.
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public interface IChartStackedAreaSeries
Properties
Count
Gets the count.
Declaration
int Count { get; }
Property Value
| Type | Description |
|---|---|
| int | The count. |
Methods
ValueAt(int)
Gets the value at the specified index.
Declaration
double ValueAt(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index |
Returns
| Type | Description |
|---|---|
| double |
ValuesForCategory(double)
Gets the values for category.
Declaration
IEnumerable<double> ValuesForCategory(double category)
Parameters
| Type | Name | Description |
|---|---|---|
| double | category |
Returns
| Type | Description |
|---|---|
| IEnumerable<double> |