IChartStackedColumnSeries Interface

Marker interface for RadzenStackedColumnSeries<T>.

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public interface IChartStackedColumnSeries

Properties

Countlink

Gets the count.

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

Methods

ItemsForCategorylink

Gets the items for category.

Declaration
public abstract IEnumerable<object> ItemsForCategory(double category)
Parameters
Type Name Description
double category
Returns
Type Description
IEnumerable<object>

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 🗙