BreakdownChartItem(string, double, Color) Constructor
Initializes a new instance of the
BreakdownChartItem
class.
public BreakdownChartItem(string label, double value, Color color)
- Namespace
- Spectre
.Console - Containing Type
- BreakdownChartItem
Parameters
- string label
- The item label.
- double value
- The item value.
- Color color
- The item color.