Table of Contents

Constructor MultiBarSeries

Namespace
Terminal.Gui.Graphs
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 appart 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 match numberOfBarsPerCategory