Interface IChartStackedAreaSeries
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
ValuesForCategory(double)
Gets the values for category.
IEnumerable<double> ValuesForCategory(double category)
Parameters
category
double