AddItems<T>(BreakdownChart, IEnumerable<T>) Method
Adds multiple items to the breakdown chart.
public static BreakdownChart AddItems<T>(this BreakdownChart chart, IEnumerable<T> items)
where T : IBreakdownChartItem
- Namespace
- Spectre
.Console - Containing Type
- Breakdown
Chart Extensions
Parameters
-
T
- A type that implements
IBreakdownChartItem
.
Parameters
- BreakdownChart chart
- The breakdown chart.
-
IEnumerable
<T> items - The items.