IBreakdownChartItem Interface

Represents a breakdown chart item.
public interface IBreakdownChartItem
Namespace
Spectre.Console
Implementing Types

Properties

abstract Color Color
Gets the item color.
abstract string Label
Gets the item label.
abstract double Value
Gets the item value.

Extension Methods

T And<IBreakdownChartItem>(Action<IBreakdownChartItem>)
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.