Constructor MultiBarSeries | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
MultiBarSeries(int, float, float, Attribute[]?)
Creates a new series of clustered bars.
public MultiBarSeries(int numberOfBarsPerCategory, float barsEvery, float spacing, Attribute[]? colors = null)
Parameters
numberOfBarsPerCategory
int
Each category has this many bars
barsEvery
float
How far apart to put each category (in graph space)
spacing
float
How much spacing between bars in a category (should be less than barsEvery
/numberOfBarsPerCategory
)
colors
Attribute[]
Array of colors that define bar color in each category. Length must matchnumberOfBarsPerCategory