Table of Contents

Interface IChartStackedColumnSeries

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

Marker interface for RadzenStackedColumnSeries<TItem>.

public interface IChartStackedColumnSeries

Properties

Count

Gets the count.

int Count { get; }

Property Value

int

The count.

Methods

ItemsForCategory(double)

Gets the items for category.

IEnumerable<object> ItemsForCategory(double category)

Parameters

category double

Returns

IEnumerable<object>

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>