Marker interface for RadzenStackedBarSeries<T>.
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public interface IChartStackedBarSeries : IChartBarSeriesGets the items for category.
public abstract IEnumerable<object> ItemsForCategory(double category)
| Type | Name | Description |
|---|---|---|
| double | category |
| Type | Description |
|---|---|
| IEnumerable<object> |
Gets the value at the specified index.
public abstract double ValueAt(int index)
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Description |
|---|---|
| double |
Gets the values for category.
public abstract IEnumerable<double> ValuesForCategory(double category)
| Type | Name | Description |
|---|---|---|
| double | category |
| Type | Description |
|---|---|
| IEnumerable<double> |