BreakdownChartItem Class
An item that's shown in a breakdown chart.
public sealed class BreakdownChartItem : IBreakdownChartItem
- Namespace
- Spectre
.Console - Interfaces
Constructors
-
BreakdownChartItem
(string, double, Color) -
Initializes a new instance of the
BreakdownChartItem
class.
Properties
Extension Methods
-
T And
< Breakdown Chart Item> (Action < Breakdown Chart Item> ) - Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.