Compact(BreakdownChart, bool) Method

Sets whether or not the chart and tags should be rendered in compact mode.
public static BreakdownChart Compact(this BreakdownChart chart, bool compact)
Namespace
Spectre.Console
Containing Type
BreakdownChartExtensions

Parameters

BreakdownChart chart
The breakdown chart.
bool compact
Whether or not the chart and tags should be rendered in compact mode.

Returns