IChartStackedAreaSeries Interface

Marker interface for RadzenStackedAreaSeries<T>.

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public interface IChartStackedAreaSeries

Properties

Countlink

Gets the count.

Declaration
public int Count { get; }
Property Value
Type Description
intGets the count.

Methods

ValueAtlink

Gets the value at the specified index.

Declaration
public abstract double ValueAt(int index)
Parameters
Type Name Description
int index
Returns
Type Description
double

ValuesForCategorylink

Gets the values for category.

Declaration
public abstract IEnumerable<double> ValuesForCategory(double category)
Parameters
Type Name Description
double category
Returns
Type Description
IEnumerable<double>
In This Article
An error has occurred. This app may no longer respond until reloaded. Reload 🗙