IBarChartItem Interface

Represents a bar chart item.
public interface IBarChartItem
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<IBarChartItem>(Action<IBarChartItem>)
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.