Interface IChartStackedBarSeries
Marker interface for RadzenStackedBarSeries<TItem>.
public interface IChartStackedBarSeries : IChartBarSeries
- Inherited Members
Methods
ItemsForCategory(double)
Gets the items for category.
IEnumerable<object> ItemsForCategory(double category)
Parameters
category
double
Returns
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