IBarChartItem Interface API Reference Spectre.Console IBarChartItem Represents a bar chart item. public interface IBarChartItem Namespace Spectre.Console Implementing Types BarChartItem Properties abstract Color? Color Gets the item color. abstract string Label Gets the item label. abstract double Value Gets the item value.