Table of Contents

Interface IChartStackedAreaSeries

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

Marker interface for RadzenStackedAreaSeries<TItem>.

public interface IChartStackedAreaSeries

Properties

Count

Gets the count.

int Count { get; }

Property Value

int

The count.

Methods

ValueAt(int)

Gets the value at the specified index.

double ValueAt(int index)

Parameters

index int

Returns

double

ValuesForCategory(double)

Gets the values for category.

IEnumerable<double> ValuesForCategory(double category)

Parameters

category double

Returns

IEnumerable<double>