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